-
Notifications
You must be signed in to change notification settings - Fork 11
Add close-older-key to all workflows with title-prefix #703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -82,6 +82,7 @@ safe-outputs: | |
| create-issue: | ||
| max: 1 | ||
| title-prefix: "${{ inputs.title-prefix }} " | ||
| close-older-key: "${{ inputs.title-prefix }}" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: No released version includes
So, the first release that includes the feature will be the next release after v0.58.3, and commit Sources Blocker: 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 |
||
| close-older-issues: false | ||
| expires: 7d | ||
| timeout-minutes: 90 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.