Deprioritize CODEOWNERS EngSys ownership + fix one invalid path
#28534
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As part of ongoing work of enabling wildcard support for
CODEOWNERS:and enabling stricter validation:
this PR deprioritizes ownership rules for Azure SDK Engineering System team, to avoid all build failure notifications being routed to it once we enable the new regex-based, wildcard-supporting
CODEOWNERSmatcher, per:As a consequence of this PR, possibly the automatically assigned PR reviewers will change for some paths. The full list of of such changes can be determined by running relevant test provided by this PR:
CODEOWNERSmatcher on all remaining repositories in scope. azure-sdk-tools#5266I provided a table with build failure notification recipients changes here. You can also reach out to me to get that information.
Once this PR is merged, I will enable the new
CODEOWNERSmatcher, similar to how it was done fornetrepo by these two PRs:azure-sdk-for-netrepo azure-sdk-tools#5241NotificationConfigurationpackage from20230119.1to20230127.4azure-sdk-tools#5240Doing so will also change to whom build failure notification emails are sent.
Related PRs:
CODEOWNERS: Fix paths in CODEOWNERS #28504netrepo: Remove CODEOWNERS rules/**/ci.ymland/**/tests.ymlazure-sdk-for-net#33595Secondary change
This PR also fixes path
sdk/graphrbac/to be/sdk/graphrbac/. This path was missed by: