Exempt azure-sdk bot PRs from linked-issue governance check#8213
Open
Copilot wants to merge 2 commits into
Open
Exempt azure-sdk bot PRs from linked-issue governance check#8213Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
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
JeffreyCA
approved these changes
May 15, 2026
Contributor
There was a problem hiding this comment.
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 theskipAuthorslist in.github/scripts/pr-governance-issue-check.js.
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Automated PRs opened by the
azure-sdkbot (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 theskip-governancelabel after the fact.Change
azure-sdkto theskipAuthorslist in.github/scripts/pr-governance-issue-check.js, alongside the existingdependabotexemptions, so these bot PRs auto-skip the linked-issue check.The existing
skip-governancelabel path is left untouched as an escape hatch for other cases.