Add agentic workflow for labelling azd extension PRs#8192
Open
JeffreyCA wants to merge 1 commit into
Open
Conversation
90c78d4 to
d6f7f90
Compare
d6f7f90 to
fedc3c7
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fedc3c7 to
7127ad5
Compare
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.
This PR introduces a GitHub Agentic Workflow and adds an extension-focused PR labeler for first-party azd extensions under
cli/azd/extensions/**and closely related Azure AI design docs.Note
This workflow uses
safe-outputs.add-labels.allowed: [area/extensions, ext-*]so new extension labels can be picked up without editing the workflow each time. Runtime glob matching forallowedwas recently added in github/gh-aw#32027allowedlabel filters for safe-outputs github/gh-aw#32027 is released in new version ofgh-awWhat changes
cli/azd/extensions/**orcli/azd/docs/**.ext-*label for mapped extension IDs.ext-*labels when a PR relates to multiple mapped extension IDs.area/extensionswhen extension-related changes do not match a currentext-*mapping.Agentic Workflow setup
Because this is the first Agentic Workflow in the repository, this PR also includes the required gh-aw setup artifacts generated from
gh aw init:These files support compiling and maintaining the generated workflow lock file and make future Agentic Workflow changes reproducible for reviewers and agents.
Safety and references
The workflow follows gh-aw guidance for Markdown-based workflows, compiled lock files, read-only agent permissions, and GitHub writes through
safe-outputs.add-labels:Operational note: the default Copilot engine uses the
COPILOT_GITHUB_TOKENGitHub Actions secret for Copilot CLI authentication. The current PAT expires on August 12, 2026 and should be renewed/rotated before then using the gh-aw AI engine secret guidance:Validation
Tested and verified on fork repo PR