Skip to content

Add CODEOWNERS for GitHub workflows#4326

Open
jpayne3506 wants to merge 1 commit intomasterfrom
jpayne3506/workflow
Open

Add CODEOWNERS for GitHub workflows#4326
jpayne3506 wants to merge 1 commit intomasterfrom
jpayne3506/workflow

Conversation

@jpayne3506
Copy link
Copy Markdown
Contributor

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

Signed-off-by: John Payne <89417863+jpayne3506@users.noreply.github.com>
@jpayne3506 jpayne3506 self-assigned this Apr 8, 2026
Copilot AI review requested due to automatic review settings April 8, 2026 16:59
@jpayne3506 jpayne3506 requested a review from a team as a code owner April 8, 2026 16:59
@jpayne3506 jpayne3506 added the ci Infra or tooling. label Apr 8, 2026
@jpayne3506
Copy link
Copy Markdown
Contributor Author

/azp run Azure Container Networking PR

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread .github/CODEOWNERS
# 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
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/).

Suggested change
/.github/workflows/ @azure/azure-sdn-members
/.github/workflows/ @azure/acn-admins @azure/azure-sdn-members

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Infra or tooling.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants