You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated update-pr row in prompts/create-ado-agentic-workflow.md to include update-description
Updated update-pr row in README.md to explicitly list all five operations
This pull request was created by the automated documentation freshness check.
Warning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
README.md
The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.
Create the pull request manually
# Download the patch from the workflow run
gh run download 28068414989 -n agent -D /tmp/agent-28068414989
# Create a new branch
git checkout -b docs/fix-update-pr-description-operation-f16fe9a0bb4aac36 main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-28068414989/aw-docs-fix-update-pr-description-operation.patch
# Push the branch and create the pull request
git push origin docs/fix-update-pr-description-operation-f16fe9a0bb4aac36
gh pr create --title 'docs: fix update-pr missing update-description operation in prompt and README' --base main --head docs/fix-update-pr-description-operation-f16fe9a0bb4aac36 --repo githubnext/ado-aw
Documentation Freshness Audit
This audit found the following inconsistency between code and documentation:
Findings
update-prtool description omits theupdate-descriptionoperationprompts/create-ado-agentic-workflow.md,README.mdDetails
The
update-prsafe-output tool supports five operations, as defined insrc/safeoutputs/update_pr.rs:docs/safe-outputs.mdcorrectly lists all five operations:However, both
prompts/create-ado-agentic-workflow.md(the primary AI agent authoring guide) andREADME.mdomittedupdate-description:Update PR metadata (reviewers, labels, auto-complete, vote)Update PR metadata (reviewers, labels, auto-complete, vote, update-description)Applied Fixes
update-prrow inprompts/create-ado-agentic-workflow.mdto includeupdate-descriptionupdate-prrow inREADME.mdto explicitly list all five operationsThis pull request was created by the automated documentation freshness check.
Warning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
README.mdThe push was rejected because GitHub Actions does not have
workflowspermission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.Create the pull request manually