mirror of
https://github.com/Z3Prover/z3
synced 2026-03-16 02:00:00 +00:00
Add noop report-as-issue: false to all agentic workflow frontmatter
Prevents no-op workflow runs from posting comments to the [aw] No-Op Runs tracking issue by setting safe-outputs.noop.report-as-issue: false in all 13 agentic workflow .md files. Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
30afc4ab5a
commit
3bc7623f03
13 changed files with 26 additions and 0 deletions
2
.github/workflows/api-coherence-checker.md
vendored
2
.github/workflows/api-coherence-checker.md
vendored
|
|
@ -26,6 +26,8 @@ safe-outputs:
|
|||
title-prefix: "[API Coherence] "
|
||||
category: "Agentic Workflows"
|
||||
close-older-discussions: true
|
||||
noop:
|
||||
report-as-issue: false
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue