Align triage.md with current triage process#13030
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates docs/triage.md to match the team’s current First Responder triage workflow, emphasizing label-driven “end states” (remove needs-triage by classifying/closing) and documenting automation-triggered behaviors.
Changes:
- Replaces the prior weekly triage guidance with a “Quick Guide” decision flow for issues and PRs.
- Updates bug/enhancement/PR triage steps to reflect current labels and automation (e.g.,
unable-to-reproduce,ready-for-review,suspected-spam,off-topic). - Adds an “Automated Workflows” table and removes older/stale sections (weekly PR audit, aliases, deprecated labels).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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
Updates
docs/triage.mdto reflect the current triage process used by the team.Key changes
bug+ priority label.needs-triageby classifying to an end-state (bug,enhancement,ready-for-review, or close), rather than leavingneeds-triageon.help wanted candidate,core,needs-investigationlabels that are no longer part of the triage workflow. Added current automation labels (unable-to-reproduce,suspected-spam,off-topic,no-help-wanted-issue).ready-for-reviewworkflow and auto-assignment.discusslabel details.Closes https://github.com/github/gh-cli-and-desktop/issues/3 (partial)