Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions .github/workflows/agent-deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "[agent-deep-dive] "
close-older-key: "agent-deep-dive"
close-older-issues: false
expires: 14d
timeout-minutes: 60
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/agent-efficiency.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "[agent-efficiency] "
close-older-key: "agent-efficiency"
close-older-issues: false
expires: 7d
timeout-minutes: 60
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-agent-suggestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-branch-actions-detective.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: true
expires: 7d
timeout-minutes: 60
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-breaking-change-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-bug-hunter.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-code-complexity-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-code-duplication-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-code-quality-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-docs-patrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

Which released version of github/gh-aw first includes support for safe-outputs.create-issue.close-older-keyfrom PR#21076, and is commit 12a6436 included in that release?

💡 Result:

No released version includes safe-outputs.create-issue.close-older-key yet.

  • PR #21076 (“feat: support explicit custom key for close-older matching”) was merged on March 15, 2026, and the support lands in commit 12a6436. [1], [2]
  • The latest published release on the repo release page is v0.58.3 (published March 15, 2026 04:08), and comparing v0.58.3...12a6436 shows additional commits (i.e., 12a6436 is after the release tag), so 12a6436 is not included in v0.58.3. [3], [4]

So, the first release that includes the feature will be the next release after v0.58.3, and commit 12a6436 will be included once that next release is cut. [3], [4]

Sources
[1] github/gh-aw#21076
[2] github/gh-aw@12a6436
[3] https://github.com/github/gh-aw/releases
[4] github/gh-aw@v0.58.3...12a6436


Blocker: close-older-key not yet available in a released version of gh-aw.

Line 85 is correct in intent, but this key requires support from a feature merged after v0.58.3 (the latest release). Merging before a new gh-aw release that includes this feature risks compile failure or the config being ignored in generated lockfiles.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/workflows/gh-aw-estc-actions-resource-not-accessible-detector.md at
line 85, The workflow uses the unsupported key close-older-key which was added
after gh-aw v0.58.3; either remove or conditionally gate this key until a gh-aw
release including that feature is used, or update the action version to one that
contains the merge. Locate the line containing close-older-key in the workflow
and either (A) revert to a supported alternative key/value (or omit the entry)
or (B) change the gh-aw action/version pin to the released version that includes
the close-older-key feature so the config won't be ignored or fail at compile
time.

close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-estc-docs-patrol-external.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-flaky-test-investigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: ${{ inputs.close-older-issues }}
expires: 7d
---
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-framework-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
timeout-minutes: 90
steps:
- name: Repo-specific setup
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-information-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
timeout-minutes: 90
steps:
- name: Repo-specific setup
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-internal-gemini-cli-web-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: true
expires: 7d
strict: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-internal-gemini-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: true
expires: 7d
strict: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-newbie-contributor-patrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-performance-profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-product-manager-impersonator.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
timeout-minutes: 90
steps:
- name: Repo-specific setup
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-project-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: true
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-refactor-opportunist.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
timeout-minutes: 90
steps:
- name: Repo-specific setup
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-stale-issues-investigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: true
expires: 2d
add-labels:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-test-coverage-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-text-auditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-ux-design-patrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: true
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/internal-downstream-health.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "${{ inputs.title-prefix }} "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: true
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upgrade-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "[gh-aw-upgrade] "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: true
expires: 7d
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflow-patrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ safe-outputs:
create-issue:
max: 1
title-prefix: "[workflow-patrol] "
close-older-key: "${{ inputs.title-prefix }}"
close-older-issues: false
expires: 7d
timeout-minutes: 90
Expand Down
Loading