ci: add stale issue and PR cleanup workflow#5456
Open
jgoux wants to merge 2 commits into
Open
Conversation
51eadcf to
14201e9
Compare
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase@5456Preview package for commit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Adds a scheduled GitHub Actions workflow that closes stale open issues and pull requests after 90 days of inactivity. The workflow leaves a friendly comment before closing and lets users know they can reopen or ask a maintainer to reopen if the item is still relevant.
The workflow also supports manual dispatch. Manual runs default to dry-run mode unless
executeis set totrue.Why
The CLI repo has a large stale backlog. With the current repository state, a 90-day inactivity cutoff would close 165 issues and 40 PRs, leaving 146 issues and 40 PRs open.