Skip to content

[CI] Add stale issues workflow#3522

Merged
ptitSeb merged 1 commit intoptitSeb:mainfrom
LukeShortCloud:workflow-stale-issues
Feb 18, 2026
Merged

[CI] Add stale issues workflow#3522
ptitSeb merged 1 commit intoptitSeb:mainfrom
LukeShortCloud:workflow-stale-issues

Conversation

@LukeShortCloud
Copy link
Collaborator

No description provided.

@LukeShortCloud
Copy link
Collaborator Author

This workflow does the following:

  • Runs once a week
  • Checks for GitHub Issues that are 1 year or older without any replies
  • If any are found, a "Stale" label is added to the issue. A message is also posted to warn that the issue is stale and will be closed soon
  • If there are no updates for another 30 days, the issue is automatically closed
  • We can add the label "long-term" to anything we care about keeping around
    • For example, issues like this we probably want to keep around: JIT for POWER? #242
    • We can also remove the "Stale" label which will keep it open for another year

You can read more about this official GitHub Action here: https://github.com/actions/stale

@ptitSeb
Copy link
Owner

ptitSeb commented Feb 18, 2026

Ok, let's try this.

@ptitSeb ptitSeb merged commit e5e9d58 into ptitSeb:main Feb 18, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants