Skip to content

Remove dead CODEOWNERS rule for non-existent natgateway module#33735

Open
kobihikri wants to merge 1 commit into
Azure:devfrom
kobihikri:chore/remove-dead-codeowners-natgateway
Open

Remove dead CODEOWNERS rule for non-existent natgateway module#33735
kobihikri wants to merge 1 commit into
Azure:devfrom
kobihikri:chore/remove-dead-codeowners-natgateway

Conversation

@kobihikri

Copy link
Copy Markdown

Hi, and thank you for azure-cli.

Tiny repo-hygiene cleanup: .github/CODEOWNERS line 59 assigns

/src/azure-cli/azure/cli/command_modules/natgateway/ @Azure/act-quality-productivity-squad

but that directory no longer exists at HEAD (gh api repos/Azure/azure-cli/contents/src/azure-cli/azure/cli/command_modules/natgateway?ref=8d2615f9… → 404; the module listing contains only network, where nat-gateway commands now live). The rule matches nothing, so it silently assigns no reviewers.

This PR removes the one dead line. No coverage is lost — the very next line already routes command_modules/network/ to the same team.

For transparency: I used AI assistance to spot and draft this; I verified the 404 and the surviving network/ rule myself.

Copilot AI review requested due to automatic review settings July 15, 2026 17:33
@azure-client-tools-bot-prd

Copy link
Copy Markdown
Validation for Azure CLI Full Test Starting...

Thanks for your contribution!

@azure-client-tools-bot-prd

Copy link
Copy Markdown
Validation for Breaking Change Starting...

Thanks for your contribution!

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@microsoft-github-policy-service microsoft-github-policy-service Bot added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Jul 15, 2026
@microsoft-github-policy-service

Copy link
Copy Markdown
Contributor

Thank you for your contribution @kobihikri! We will review the pull request and get back to you soon.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR cleans up repository hygiene by removing a stale .github/CODEOWNERS entry that targets a command module directory (natgateway/) which no longer exists, ensuring CODEOWNERS routing remains accurate and non-misleading.

Changes:

  • Remove the dead CODEOWNERS rule for command_modules/natgateway/.
  • Rely on the existing command_modules/network/ rule (same owning team) for reviewer assignment going forward.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@yonzhan yonzhan requested a review from necusjz July 15, 2026 22:29
@yonzhan

yonzhan commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Remove dead CODEOWNERS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

customer-reported Issues that are reported by GitHub users external to the Azure organization.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants