diff --git a/.github/workflows/a3-python.md b/.github/workflows/a3-python.md index 877665c93..a2145e28d 100644 --- a/.github/workflows/a3-python.md +++ b/.github/workflows/a3-python.md @@ -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 diff --git a/.github/workflows/api-coherence-checker.md b/.github/workflows/api-coherence-checker.md index 3ed511aa3..f8b063529 100644 --- a/.github/workflows/api-coherence-checker.md +++ b/.github/workflows/api-coherence-checker.md @@ -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: diff --git a/.github/workflows/build-warning-fixer.md b/.github/workflows/build-warning-fixer.md index 3f2369609..b4c785ad4 100644 --- a/.github/workflows/build-warning-fixer.md +++ b/.github/workflows/build-warning-fixer.md @@ -14,6 +14,8 @@ safe-outputs: if-no-changes: ignore missing-tool: create-issue: true + noop: + report-as-issue: false timeout-minutes: 60 --- diff --git a/.github/workflows/code-conventions-analyzer.md b/.github/workflows/code-conventions-analyzer.md index 003fd4078..8264296c3 100644 --- a/.github/workflows/code-conventions-analyzer.md +++ b/.github/workflows/code-conventions-analyzer.md @@ -27,6 +27,8 @@ safe-outputs: close-older-discussions: true missing-tool: create-issue: true + noop: + report-as-issue: false network: defaults timeout-minutes: 20 --- diff --git a/.github/workflows/code-simplifier.md b/.github/workflows/code-simplifier.md index 56463e499..7d73ffbad 100644 --- a/.github/workflows/code-simplifier.md +++ b/.github/workflows/code-simplifier.md @@ -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 diff --git a/.github/workflows/csa-analysis.md b/.github/workflows/csa-analysis.md index e8c9a942d..a1d981726 100644 --- a/.github/workflows/csa-analysis.md +++ b/.github/workflows/csa-analysis.md @@ -26,6 +26,8 @@ safe-outputs: close-older-discussions: true missing-tool: create-issue: true + noop: + report-as-issue: false steps: - name: Checkout repository diff --git a/.github/workflows/issue-backlog-processor.md b/.github/workflows/issue-backlog-processor.md index 0a98f5e3c..c7831cd62 100644 --- a/.github/workflows/issue-backlog-processor.md +++ b/.github/workflows/issue-backlog-processor.md @@ -19,6 +19,8 @@ safe-outputs: close-older-discussions: true add-comment: max: 20 + noop: + report-as-issue: false github-token: ${{ secrets.GITHUB_TOKEN }} timeout-minutes: 60 diff --git a/.github/workflows/memory-safety-report.md b/.github/workflows/memory-safety-report.md index ccc6467fd..00286436e 100644 --- a/.github/workflows/memory-safety-report.md +++ b/.github/workflows/memory-safety-report.md @@ -37,6 +37,8 @@ safe-outputs: close-older-discussions: true missing-tool: create-issue: true + noop: + report-as-issue: false steps: - name: Checkout repository diff --git a/.github/workflows/qf-s-benchmark.md b/.github/workflows/qf-s-benchmark.md index 60c59a9aa..8bf74de0d 100644 --- a/.github/workflows/qf-s-benchmark.md +++ b/.github/workflows/qf-s-benchmark.md @@ -21,6 +21,8 @@ safe-outputs: close-older-discussions: true missing-tool: create-issue: true + noop: + report-as-issue: false timeout-minutes: 90 diff --git a/.github/workflows/release-notes-updater.md b/.github/workflows/release-notes-updater.md index 3fadb2163..252e75da3 100644 --- a/.github/workflows/release-notes-updater.md +++ b/.github/workflows/release-notes-updater.md @@ -24,6 +24,8 @@ safe-outputs: title-prefix: "[Release Notes] " category: "Announcements" close-older-discussions: false + noop: + report-as-issue: false github-token: ${{ secrets.GITHUB_TOKEN }} steps: diff --git a/.github/workflows/tactic-to-simplifier.md b/.github/workflows/tactic-to-simplifier.md index 994b76dac..95d796baf 100644 --- a/.github/workflows/tactic-to-simplifier.md +++ b/.github/workflows/tactic-to-simplifier.md @@ -30,6 +30,8 @@ safe-outputs: - tactic-to-simplifier title-prefix: "[tactic-to-simplifier] " max: 3 + noop: + report-as-issue: false github-token: ${{ secrets.GITHUB_TOKEN }} steps: diff --git a/.github/workflows/workflow-suggestion-agent.md b/.github/workflows/workflow-suggestion-agent.md index 87e566d24..f5c437391 100644 --- a/.github/workflows/workflow-suggestion-agent.md +++ b/.github/workflows/workflow-suggestion-agent.md @@ -23,6 +23,8 @@ safe-outputs: title-prefix: "[Workflow Suggestions] " category: "Agentic Workflows" close-older-discussions: true + noop: + report-as-issue: false github-token: ${{ secrets.GITHUB_TOKEN }} steps: diff --git a/.github/workflows/zipt-code-reviewer.md b/.github/workflows/zipt-code-reviewer.md index 08c44a980..dc62fa8d8 100644 --- a/.github/workflows/zipt-code-reviewer.md +++ b/.github/workflows/zipt-code-reviewer.md @@ -35,6 +35,8 @@ safe-outputs: max: 3 missing-tool: create-issue: true + noop: + report-as-issue: false timeout-minutes: 30