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/a3-python.md
vendored
2
.github/workflows/a3-python.md
vendored
|
|
@ -15,6 +15,8 @@ safe-outputs:
|
|||
- automated-analysis
|
||||
- a3-python
|
||||
title-prefix: "[a3-python] "
|
||||
noop:
|
||||
report-as-issue: false
|
||||
description: Analyzes Python code using a3-python tool to identify bugs and issues
|
||||
name: A3 Python Code Analysis
|
||||
strict: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue