Commit 7f9cb0b
authored
Update ordering in CodeOwners (#6085)
Place the rules for MEAI.Evaluation after MEAI since the last matching pattern always takes most precendence.
I was seeing that `@dotnet/dotnet-extensions-ai` was being included as a reviewer for changes in the `/src/Libraries/Microsoft.Extensions.AI.Evaluation` folder. I think this was happening because the rule for this folder appeared *before* the rule for `/src/Libraries/Microsoft.Extensions.AI.*` in the CODEOWNERS file, and because the last matching pattern always takes precedence.
This change should hopefully remedy this and ensure that only @dotnet/dotnet-extensions-ai-evaluation is included as a reviewer for changes in the `/src/Libraries/Microsoft.Extensions.AI.Evaluation` folder.1 parent 64108d7 commit 7f9cb0b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments