Skip to content

Auto-label [pr-sous-chef] run-report issues with automation to clear unlabeled triage queue#43849

Merged
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-auto-label-issues
Jul 7, 2026
Merged

Auto-label [pr-sous-chef] run-report issues with automation to clear unlabeled triage queue#43849
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-auto-label-issues

Conversation

Copilot AI commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

~41 machine-generated [pr-sous-chef] Run report issues were accumulating in the unlabeled triage queue, adding noise for human reviewers.

Changes

pr-sous-chef.md — label at creation time

Adds labels: ["automation"] to the create-issue safe-output so all future run-report issues are tagged immediately on creation, never entering the unlabeled queue:

create-issue:
  title-prefix: "[pr-sous-chef] "
  labels: ["automation"]
  expires: 3d
  close-older-issues: true

auto-triage-issues.md — backfill rule for existing issues

Adds a Known Automation Title Patterns section to the classification rules. Issues matching [pr-sous-chef], [deep-report], or [auto-triage] title prefixes receive the automation label immediately with no further classification and no needs-triage fallback. Clears the backlog on the next scheduled run.

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 automation to clear unlabeled triage queue Jul 6, 2026
Copilot AI requested a review from pelikhan July 6, 2026 18:15
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

🤖 PR Triage

Field Value
Category chore
Risk 🟢 low
Score 37 / 100 (impact 15 · urgency 10 · quality 12)
Action 🕐 defer

Summary: DRAFT. Adds labels: ["automation"] to pr-sous-chef and auto-triage-issues safe-outputs so future run-report issues are tagged at creation, clearing 41 accumulated unlabeled items. 4 files.

Merge when promoted from draft.

Generated by 🔧 PR Triage Agent · 136.6 AIC · ⌖ 9.03 AIC · ⊞ 5.5K ·

@pelikhan
pelikhan marked this pull request as ready for review July 7, 2026 00:03
Copilot AI review requested due to automatic review settings July 7, 2026 00:03
@pelikhan
pelikhan merged commit 33de9e8 into main Jul 7, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/deep-report-auto-label-issues branch July 7, 2026 00:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 the create-issue safe-output in pr-sous-chef so new run-report issues are created pre-labeled.
  • Adds a “Known Automation Title Patterns” section to auto-triage-issues guidance to fast-path specific title prefixes to the automation label.
  • Regenerates the corresponding compiled .lock.yml workflow 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`:
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deep-report] Auto-label [pr-sous-chef] run-report issues to clear the unlabeled triage queue

3 participants