Add stale issue and PR workflow#1368
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
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
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>
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>
mikehardy
left a comment
There was a problem hiding this comment.
@just1and0 label questions in this repo as well - none of the labels appear to exist here
| exempt-issue-labels: 'keep open' | ||
| exempt-pr-labels: 'keep open' | ||
| close-issue-reason: not-planned | ||
| days-before-stale: 28 | ||
| days-before-close: 15 | ||
| stale-issue-label: 'not-planned' | ||
| stale-pr-label: 'Stale' No newline at end of file |
There was a problem hiding this comment.
None of these labels exist in this repo that I can see?
https://github.com/firebase/firebaseui-web/labels
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.