Auto-Triage: deterministically classify machine-generated aggregate reports#47373
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add skip rule for machine-generated aggregate reports to Auto-Triage
Auto-Triage: deterministically classify machine-generated aggregate reports
Jul 22, 2026
pelikhan
approved these changes
Jul 22, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds deterministic triage guidance for machine-generated aggregate reports.
Changes:
- Adds report-specific matching rules and labeling behavior.
- Updates the compiled workflow metadata hash.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/auto-triage-issues.md |
Adds aggregate-report classification guidance. |
.github/workflows/auto-triage-issues.lock.yml |
Synchronizes compiled metadata. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Medium
|
|
||
| - Title indicates a generated aggregate report (for example starts with `[daily-report]`, `[deep-report]`, or contains `Daily Report`) | ||
| - Body contains a tracker marker like `gh-aw-workflow-call-id: github/gh-aw/deep-report` | ||
| - Footer contains `> Generated by` or `> AI generated by` |
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.
Auto-Triage was repeatedly leaving generated aggregate “Daily Report” issues unlabeled due to low-confidence classification. This change adds a deterministic classification path so these machine-generated reports are handled consistently and no longer show up as triage misses.
What changed
auto-triage-issues.md.[daily-report],[deep-report],Daily Report)gh-aw-workflow-call-id: github/gh-aw/deep-report)> Generated by,> AI generated by)report, skip all other classification rules, and do not applyneeds-triage.Compiled workflow artifact
auto-triage-issues.lock.ymlto carry the new rule into runtime behavior.