Skip to content

Commit 5372dcb

Browse files
authored
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
1 parent b48b223 commit 5372dcb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/add-community-extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ checkout:
2222
fetch-depth: 0
2323

2424
safe-outputs:
25+
noop:
26+
report-as-issue: false
2527
create-pull-request:
2628
title-prefix: "[extension] "
2729
labels: [extension-submission, automated]

.github/workflows/add-community-preset.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ checkout:
2222
fetch-depth: 0
2323

2424
safe-outputs:
25+
noop:
26+
report-as-issue: false
2527
create-pull-request:
2628
title-prefix: "[preset] "
2729
labels: [preset-submission, automated]

0 commit comments

Comments
 (0)