Conversation
Add a new section to the Concurrency Control reference explaining that
the `conclusion` job automatically receives a workflow-specific
concurrency group (`gh-aw-conclusion-{workflow_id}`) during compilation.
This prevents conclusion jobs from colliding when multiple agents run the
same workflow concurrently.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
Mar 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for the automatic conclusion job concurrency group feature introduced in PR #19616. When a workflow is compiled, the conclusion job now receives a workflow-specific concurrency group (gh-aw-conclusion-{workflow_id}) to prevent interference between concurrent agents running the same workflow.
Changes:
- Added a new "Conclusion Job Concurrency" section to the concurrency reference documentation, explaining the automatic concurrency group assignment, its format, and that it requires no manual configuration.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
This was referenced Mar 5, 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.
Documentation Updates - 2026-03-05
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
Changes Made
docs/src/content/docs/reference/concurrency.mdto add a new Conclusion Job Concurrency section documenting that theconclusionjob automatically receives a workflow-specific concurrency group (gh-aw-conclusion-{workflow_id}) during compilationMerged PRs Referenced
feat: add concurrency group to conclusion job using workflow ID— Concurrent agents running the same workflow can now have their conclusion jobs run without interference, as each gets an automatic workflow-specific concurrency groupNotes
Other merged PRs reviewed and assessed as not requiring documentation changes:
handle_create_pr_errorwhen API calls fail #19683 — Internal bug fix (graceful degradation inhandle_create_pr_error); no user-facing behavior changegh aw auditshowing activation job errors; behavior was already documented as the intended designtype=pullrequestsfor pull request history links #19676, chore(deps): bump svgo from 4.0.0 to 4.0.1 in /docs in the npm_and_yarn group across 1 directory #19665, [docs] docs: reduce compilation-process.md by ~20% by removing redundant content #19664, [docs] Developer Documentation Consolidation v3.6 — 2 tone fixes #19663, [instructions] Sync github-agentic-workflows.md with v0.40.1 #19661, chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #19654, [log] Add debug logging to tar, schema utilities, MCP config types, and wizard command #19651, [dead-code] chore: remove dead functions — 10 functions removed #19643, Fix failing JS test: sync expected labels with implementation in check_workflow_recompile_needed #19628 — Internal refactoring, dependency bumps, or already-applied documentation changesOpen documentation issues reviewed:
.github/workflows/daily-code-metrics.md), not user-facing docs