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/code-simplifier.md
vendored
2
.github/workflows/code-simplifier.md
vendored
|
|
@ -13,6 +13,8 @@ safe-outputs:
|
|||
- code-quality
|
||||
- automation
|
||||
title-prefix: "[code-simplifier] "
|
||||
noop:
|
||||
report-as-issue: false
|
||||
description: Analyzes recently modified code and creates pull requests with simplifications that improve clarity, consistency, and maintainability while preserving functionality
|
||||
name: Code Simplifier
|
||||
source: github/gh-aw/.github/workflows/code-simplifier.md@76d37d925abd44fee97379206f105b74b91a285b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue