Conversation
Signed-off-by: John Payne <89417863+jpayne3506@users.noreply.github.com>
|
/azp run Azure Container Networking PR |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a more specific CODEOWNERS rule for GitHub workflow files to ensure workflow changes are owned by the broader SDN team during the AZP→GitHub migration.
Changes:
- Adds a CODEOWNERS entry for
/.github/workflows/pointing to@azure/azure-sdn-members.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Rules are evaluated in this order, and the last match is used for auto-assignment. | ||
| * @azure/azure-sdn-members | ||
| /.github/ @azure/acn-admins | ||
| /.github/workflows/ @azure/azure-sdn-members |
There was a problem hiding this comment.
CODEOWNERS uses the last matching rule, so this change overrides the broader /.github/ ownership and makes workflow changes owned by @azure/azure-sdn-members instead of @azure/acn-admins. If the intent is to have both teams requested for workflow changes, add both owners on the workflows line (or remove the override and rely on /.github/).
| /.github/workflows/ @azure/azure-sdn-members | |
| /.github/workflows/ @azure/acn-admins @azure/azure-sdn-members |
Reason for Change:
Updates workflow owners to be more flexible in preparation for migration from AZP.
Issue Fixed:
Requirements:
Notes:
See #4243 for migration details