Skip to content

feat(pr-sous-chef): use group-by-day to collapse run reports into one issue per day#44093

Draft
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/deep-report-reduce-pr-sous-chef-issue-noise
Draft

feat(pr-sous-chef): use group-by-day to collapse run reports into one issue per day#44093
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/deep-report-reduce-pr-sous-chef-issue-noise

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

pr-sous-chef runs every 15 minutes and creates a new run-report issue each time, generating ~96 issues/day. Despite close-older-issues: true and labels: ["automation"], this floods the unlabeled triage queue with bot noise.

Changes

  • pr-sous-chef.md: Add group-by-day: true to the create-issue safe-output config
  • pr-sous-chef.lock.yml: Recompiled
create-issue:
  title-prefix: "[pr-sous-chef] "
  labels: ["automation"]
  expires: 3d
  close-older-issues: true
  group-by-day: true   # ← new

With group-by-day, the first run of each UTC day creates one labeled issue; all subsequent same-day runs append their stats as comments on that issue. Combined with close-older-issues, at most one open run-report issue exists at any time.

…ort noise

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Reduce noise from pr-sous-chef run-report issues in unlabeled queue feat(pr-sous-chef): use group-by-day to collapse run reports into one issue per day Jul 7, 2026
Copilot AI requested a review from pelikhan July 7, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deep-report] Reduce [pr-sous-chef] run-report issue noise clogging the unlabeled queue

2 participants