Update developer guide with more details about build analysis checks and workflows#53977
Merged
lbussell merged 3 commits intodotnet:mainfrom Apr 22, 2026
Merged
Update developer guide with more details about build analysis checks and workflows#53977lbussell merged 3 commits intodotnet:mainfrom
lbussell merged 3 commits intodotnet:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the developer guide’s “Automated PR Maintenance Commands” documentation to include direct links to the relevant GitHub Actions workflows/source files, and adds “keep the guide in sync” header comments to the referenced workflows.
Changes:
- Add workflow + source links for
/xlf(/updatexlf) and/completions(/fixcompletions) maintenance commands. - Document
/backport to <branch>and add a new/ba-g <reason>“Bypass Build Analysis” section with example reasons and triage links. - Add header comments to the referenced workflows pointing back to
documentation/project-docs/developer-guide.md.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| documentation/project-docs/developer-guide.md | Expands PR maintenance command docs with workflow/source links and adds backport + build-analysis bypass sections. |
| .github/workflows/update-xlf-on-comment.yml | Adds a header comment linking maintainers back to the developer guide. |
| .github/workflows/fix-completions-on-comment.yml | Adds a header comment linking maintainers back to the developer guide. |
| .github/workflows/backport.yml | Adds a header comment linking maintainers back to the developer guide (and minor whitespace-only diff in template block). |
MiYanni
approved these changes
Apr 17, 2026
- Remove role/permission language from workflow comments - Add Action URL links to workflow headers (MiYanni's suggestion) - List all accepted command aliases in workflow comments (/xlf + /updatexlf, /completions + /fixcompletions, /backport to <branch>) - Update developer-guide.md body text to mention both command aliases Co-authored-by: Copilot <[email protected]>
7b0441e to
61da93a
Compare
Member
Author
|
/ba-g docs-only change |
Member
Author
|
/ba-g docs-only change |
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: