chore(triage): no-triage label gate + CLAUDE.md coordination rules#572
Merged
Conversation
Adds two coordination guards for the Claude issue triage routine: 1. Workflow gate (.github/workflows/claude-issue-triage.yml): the issues.opened/reopened and issue_comment.created paths now skip when the issue carries the no-triage label. Apply at issue creation when a human or designated agent plans to do the work — the routine never fires. Manual /triage via slash-command-dispatch deliberately bypasses the label so the bot can still be invoked on no-triage issues when explicitly wanted. 2. CLAUDE.md ''Issue Triage Bot'' section documents the three label states (claude-triaging / claude-triaged / no-triage), when to apply each, and the stale-draft-PR coordination rule (close-as- superseded over rebase when a human PR for the same issue lands first — today's session produced 17 supersession closes proving the rule). The no-triage label is created at the repo level (purple, with description); the workflow gate ensures the routine doesn't fire on labeled issues at GitHub's webhook layer rather than relying on the routine itself to self-skip. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Two coordination guards for the Claude issue triage routine — found needed during today's open-work triage session.
What changed
`.github/workflows/claude-issue-triage.yml`
Adds a label-based skip on the auto-trigger paths:
`CLAUDE.md`
New "Issue Triage Bot" section documenting:
Repo state
The `no-triage` label was created at the repo level earlier in the session (purple, with description) so it's available to apply to issues right now.
Test plan
🤖 Generated with Claude Code