Skip to content

Commit c274c13

Browse files
committed
ci(aw): stop agentic workflows posting no-op runs to tracking issue
Set report-as-issue: false on the noop safe-output for all four agentic workflows (backlog-sweeper, issue-triager, pr-reviewer, team-digest) so no-op runs no longer comment on the [aw] No-Op Runs issue (#18803). Recompiling drops the now-unneeded agentics-maintenance.yml, which only existed to manage the expiring no-op tracking issue.
1 parent 1473dc4 commit c274c13

9 files changed

Lines changed: 28 additions & 638 deletions

.github/workflows/agentics-maintenance.yml

Lines changed: 0 additions & 614 deletions
This file was deleted.

.github/workflows/backlog-sweeper.lock.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/backlog-sweeper.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ safe-outputs:
4646
- "tooling 🔧"
4747
- "config ⚙️"
4848
noop:
49+
report-as-issue: false
4950
report-failure-as-issue: false
5051
pre-agent-steps:
5152
- name: Pre-fetch open PR queue

.github/workflows/issue-triager.lock.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-triager.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ safe-outputs:
5555
- "event 📅"
5656
- "quiz 📚"
5757
noop:
58+
report-as-issue: false
5859
report-failure-as-issue: false
5960
pre-agent-steps:
6061
- name: Pre-fetch triage queue (scheduled runs)

0 commit comments

Comments
 (0)