Add stale issue and PR workflow#1368
Open
just1and0 wants to merge 8 commits into
Open
Conversation
Adds a GitHub Actions workflow using `actions/stale` to automatically mark inactive issues and PRs as stale, then close them after 15 additional days without activity. This is based on the existing FlutterFire CLI stale workflow, with small wording cleanups and matching stale labels for both issues and PRs.
Adds a GitHub Actions workflow using `actions/stale` to automatically mark inactive issues and PRs as stale, then close them after 15 additional days without activity.
…firebaseui-web into add-stale-issue-action
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
jhuleatt
reviewed
Jun 3, 2026
jhuleatt
reviewed
Jun 3, 2026
jhuleatt
reviewed
Jun 3, 2026
jhuleatt
reviewed
Jun 3, 2026
jhuleatt
reviewed
Jun 3, 2026
jhuleatt
requested changes
Jun 3, 2026
Co-authored-by: Jeff <3759507+jhuleatt@users.noreply.github.com>
Co-authored-by: Jeff <3759507+jhuleatt@users.noreply.github.com>
Co-authored-by: Jeff <3759507+jhuleatt@users.noreply.github.com>
mikehardy
suggested changes
Jun 4, 2026
There was a problem hiding this comment.
I saw one thing on the stale dep and left explanation + suggestion
Other than that this looks excellent and I believe all of @jhuleatt's feedback was fully addressed
Should be good to go after the action SHA pin, from my perspective
editing to add: this is one of three identical PRs, for web+ios+android, I cross-checked and all of them are up to date with current state here. My review comment applies to all three as well but you're keeping them in sync so they're all good to go with this SHA change, again in my opinion ✅
Co-authored-by: Mike Hardy <github@mikehardy.net>
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.
Adds a GitHub Actions workflow using
actions/staleto automatically mark inactive issues and PRs as stale, then close them after 15 additional days without activity.