Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .github/workflows/build-failure-analysis-command.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .github/workflows/build-failure-analysis-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ tools:
- "NuGet.Mcp.Server"

safe-outputs:
# Match build-failure-analysis.md: suppress tracking-issue spam from
# transient AI service flakes (see issue #8685 and comments there).
report-failure-as-issue: false
add-comment:
max: 1
hide-older-comments: true
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/build-failure-analysis.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .github/workflows/build-failure-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ tools:
- "NuGet.Mcp.Server"

safe-outputs:
# The agent runs on every PR (gh-aw has no agent-job-level `if:` hook), so a
# transient AI service flake on an otherwise-successful build would
# otherwise spam tracking issues (see issue #8685). Suppress those: the
# workflow is advisory, and run-level failures are still visible in the
# Actions UI for anyone who wants to investigate.
report-failure-as-issue: false
add-comment:
max: 1
hide-older-comments: true
Expand Down
Loading