Workflow to identify and address docs and samples gaps#57088
Open
christothes wants to merge 7 commits intoAzure:mainfrom
Open
Workflow to identify and address docs and samples gaps#57088christothes wants to merge 7 commits intoAzure:mainfrom
christothes wants to merge 7 commits intoAzure:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an agentic GitHub Actions workflow intended to automatically detect documentation/sample gaps from code diffs and open draft PRs to keep docs in sync.
Changes:
- Introduces a new “Update Docs” gh-aw workflow definition and its compiled lock workflow.
- Updates gh-aw lock/metadata files to support the new workflow compilation and action pinning.
- Modifies the existing issue triage lock workflow behavior (trigger/gating).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| .github/workflows/update-samples-and-docs.md | Adds the authored gh-aw workflow prompt/spec for updating docs/samples. |
| .github/workflows/update-samples-and-docs.lock.yml | Adds the compiled GitHub Actions workflow that runs the agent and safe-outputs pipeline. |
| .github/workflows/issue-triage.lock.yml | Updates compiled triage workflow metadata and changes trigger/gating behavior. |
| .github/aw/actions-lock.json | Adds a pinned entry for actions/github-script@v8 used by compiled workflows. |
You can also share your feedback on Copilot code review. Take the survey.
weshaggard
reviewed
Mar 13, 2026
Add instruction to assign PRs to CODEOWNERS for documentation updates.
jsquire
reviewed
Mar 13, 2026
jsquire
reviewed
Mar 14, 2026
jsquire
approved these changes
Mar 19, 2026
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.
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.