fix: disable no-op issue reporting for catalog submission workflows (#2748)

Add noop: report-as-issue: false to safe-outputs frontmatter in both
add-community-extension and add-community-preset workflows to prevent
them from posting noise comments to the [aw] No-Op Runs tracking issue.

Closes #2747
This commit is contained in:
Manfred Riem
2026-05-28 17:25:16 -05:00
committed by GitHub
parent b48b22379e
commit 5372dcbdea
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ checkout:
fetch-depth: 0
safe-outputs:
noop:
report-as-issue: false
create-pull-request:
title-prefix: "[extension] "
labels: [extension-submission, automated]

View File

@@ -22,6 +22,8 @@ checkout:
fetch-depth: 0
safe-outputs:
noop:
report-as-issue: false
create-pull-request:
title-prefix: "[preset] "
labels: [preset-submission, automated]