Skip to content

Disable no-op run reporting for Duplicate Surfacing workflow - #6408

Merged
denelon merged 1 commit into
microsoft:masterfrom
denelon:denelon/dup-surfacing-disable-noop
Jul 29, 2026
Merged

Disable no-op run reporting for Duplicate Surfacing workflow#6408
denelon merged 1 commit into
microsoft:masterfrom
denelon:denelon/dup-surfacing-disable-noop

Conversation

@denelon

@denelon denelon commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

📖 Description

The agentic Duplicate Surfacing workflow (added in #6399 / #6400) inherited gh-aw's default no-op reporting. When a run finds no likely duplicate — the common case for most newly opened issues — gh-aw logs the run to an auto-created "[aw] No-Op Runs" tracking issue (#6406), adding a comment per run.

On a high-volume repo like winget-cli this produces near-constant noise and contradicts the workflow's intended design: detect-only, and stay silent unless a likely duplicate is found.

This PR sets safe-outputs.noop.report-as-issue: false in the workflow frontmatter and recompiles the lock. The change is config-only — the detect → label (Possible-Duplicate) → comment behavior is unchanged; only the no-op issue/comment reporting is turned off.

Reported by @Trenly on #6406.

Authored with GitHub Copilot assistance.

🔗 References

🔍 Validation

✅ Checklist

📋 Issue Type

  • Bug fix
  • Feature
  • Task
Microsoft Reviewers: Open in CodeFlow

The agentic Duplicate Surfacing workflow enabled gh-aw's default no-op
reporting, which logs every run that finds no duplicate to an auto-created
'[aw] No-Op Runs' tracking issue. On winget-cli most new issues have no
duplicate, so this produces near-constant noise and contradicts the
workflow's detect-only, stay-silent-unless-a-duplicate-is-found design.

Set safe-outputs.noop.report-as-issue: false and recompiled the lock.

Reported by Trenly on microsoft#6406.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3701d64a-96ba-42f1-be59-b4e7d2a2820a
@denelon
denelon marked this pull request as ready for review July 29, 2026 18:04
@denelon
denelon requested a review from a team as a code owner July 29, 2026 18:04
@denelon
denelon merged commit 855c01f into microsoft:master Jul 29, 2026
4 checks passed
@denelon
denelon deleted the denelon/dup-surfacing-disable-noop branch July 29, 2026 18:07
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.

Disable no-op run reporting for the Duplicate Surfacing workflow

2 participants