Skip to content

Exempt azure-sdk bot PRs from linked-issue governance check#8213

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/investigate-skip-governance-labels
Open

Exempt azure-sdk bot PRs from linked-issue governance check#8213
Copilot wants to merge 2 commits into
mainfrom
copilot/investigate-skip-governance-labels

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

Automated PRs opened by the azure-sdk bot (e.g. post-release CLI version bumps like #8120 and extension registry updates like #8205) have no associated GitHub issue and shouldn't, but the PR governance check currently fails on them unless someone manually applies the skip-governance label after the fact.

Change

  • Add azure-sdk to the skipAuthors list in .github/scripts/pr-governance-issue-check.js, alongside the existing dependabot exemptions, so these bot PRs auto-skip the linked-issue check.
const skipAuthors = ['dependabot[bot]', 'dependabot', 'app/dependabot', 'azure-sdk'];

The existing skip-governance label path is left untouched as an escape hatch for other cases.

Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/71057ffb-8fda-48c8-85e9-60bc9c7591de

Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
Copilot AI changed the title [WIP] Investigate adding skip-governance labels for azure-sdk automated PRs Exempt azure-sdk bot PRs from linked-issue governance check May 15, 2026
Copilot AI requested a review from JeffreyCA May 15, 2026 18:37
@JeffreyCA JeffreyCA marked this pull request as ready for review May 15, 2026 18:44
@JeffreyCA JeffreyCA requested a review from jongio as a code owner May 15, 2026 18:44
Copilot AI review requested due to automatic review settings May 15, 2026 18:44
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

Exempts the azure-sdk bot from the PR governance linked-issue check so its automated PRs (CLI version bumps, extension registry updates) don't require manual skip-governance labeling.

Changes:

  • Add 'azure-sdk' to the skipAuthors list in .github/scripts/pr-governance-issue-check.js.

@github-actions
Copy link
Copy Markdown

📋 Prioritization Note

Thanks for the contribution! The linked issue isn't in the current milestone yet.
Review may take a bit longer — reach out to @rajeshkamal5050 or @kristenwomack if you'd like to discuss prioritization.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate adding skip-governance labels for azure-sdk automated PRs

3 participants