.github/workflows: Add Stale Check #4980
Closed
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 workflow that uses the actions/stale GitHub action to automatically leave notifications on and close PRs that have had no activity for a long time.
Note: Modifications to a PR reset the staleness counter. This
includes pushing to the PR, adding a label to the PR,
commenting on the PR, etc.
If a PR has been marked "stale", simply leaving a comment will
reset the counter.
Configuration choices:
Rationale:
Cc: Sean Brogan [email protected]
Cc: Michael Kubacki [email protected]
Cc: Michael D Kinney [email protected]
Cc: Laszlo Ersek [email protected]
Signed-off-by: Michael Kubacki [email protected]
Notes:
I tested this workflow on my edk2 fork:
Here's an example of a PR it did not mark stale there:
Here's an example of a PR it did mark stale there:
b64af41
to5c06db3
makubacki/edk2#4