Skip to content

Commit 171e13f

Browse files
committed
Avoid no-op
1 parent 44257ba commit 171e13f

4 files changed

Lines changed: 16 additions & 13 deletions

File tree

.github/workflows/ci-doctor.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/ci-doctor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ safe-outputs:
2525
title-prefix: "[ci-doctor] "
2626
labels: [automation, ci]
2727
add-comment:
28+
noop:
29+
report-as-issue: false
2830

2931
tools:
3032
cache-memory: true
@@ -195,4 +197,3 @@ When creating an investigation issue, use this structure:
195197
- Persist findings across workflow runs using GitHub Actions cache
196198
- Build cumulative knowledge about failure patterns and solutions using structured JSON files
197199
- Use file-based indexing for fast pattern matching and similarity detection
198-

.github/workflows/issue-triage-agent.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-triage-agent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ safe-outputs:
2121
add-labels:
2222
allowed: [bug, feature, enhancement, documentation, question, help-wanted, good-first-issue]
2323
add-comment: {}
24+
noop:
25+
report-as-issue: false
2426
imports:
2527
- shared/github-guard-policy.md
2628
- shared/reporting.md

0 commit comments

Comments
 (0)