Auto-label [pr-sous-chef] run-report issues with automation to clear unlabeled triage queue#43849
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add automation label to [pr-sous-chef] run-report issues
Auto-label [pr-sous-chef] run-report issues with Jul 6, 2026
automation to clear unlabeled triage queue
Contributor
🤖 PR Triage
Summary: DRAFT. Adds
|
pelikhan
approved these changes
Jul 7, 2026
pelikhan
marked this pull request as ready for review
July 7, 2026 00:03
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reduces noise in the unlabeled triage queue by ensuring machine-generated operational issues are labeled automation immediately, both for newly created run-report issues and for existing unlabeled issues via updated triage guidance.
Changes:
- Adds
labels: ["automation"]to thecreate-issuesafe-output inpr-sous-chefso new run-report issues are created pre-labeled. - Adds a “Known Automation Title Patterns” section to
auto-triage-issuesguidance to fast-path specific title prefixes to theautomationlabel. - Regenerates the corresponding compiled
.lock.ymlworkflow artifacts.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/pr-sous-chef.md | Adds automation label to issue creation safe-output for new run-report issues. |
| .github/workflows/pr-sous-chef.lock.yml | Regenerated compiled workflow reflecting the new labels field in create_issue. |
| .github/workflows/auto-triage-issues.md | Adds high-confidence title-prefix rules to immediately label known automation issues. |
| .github/workflows/auto-triage-issues.lock.yml | Regenerated compiled workflow artifact due to markdown body changes. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 1
- Review effort level: Low
Comment on lines
+175
to
+177
| ### Known Automation Title Patterns (high-confidence, apply immediately) | ||
|
|
||
| These title patterns identify machine-generated operational issues. Apply `automation` without further analysis and **do not** apply `needs-triage`: |
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
~41 machine-generated
[pr-sous-chef] Run reportissues were accumulating in the unlabeled triage queue, adding noise for human reviewers.Changes
pr-sous-chef.md— label at creation timeAdds
labels: ["automation"]to thecreate-issuesafe-output so all future run-report issues are tagged immediately on creation, never entering the unlabeled queue:auto-triage-issues.md— backfill rule for existing issuesAdds a Known Automation Title Patterns section to the classification rules. Issues matching
[pr-sous-chef],[deep-report], or[auto-triage]title prefixes receive theautomationlabel immediately with no further classification and noneeds-triagefallback. Clears the backlog on the next scheduled run.