Add the stale action to process your issues and PRs that didn't have recent updates

Repository: https://github.com/Sonia-corporation/stale
Docs: https://sonia-corporation.github.io/stale/
Note that I was an active contributor of https://github.com/actions/stale, which is already listed, and this action is mostly the same, but with numerous more features, from scratch implementation and active maintenance.
To avoid duplication, maybe this PR could replace this action, instead of adding a new entry.
This commit is contained in:
Geoffrey Testelin 2022-01-24 21:51:49 +01:00 committed by GitHub
parent 46b4340f3e
commit 2278e78af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ Automate management for issues, pull requests, and releases.
- [actions/upload-release-asset](https://github.com/actions/upload-release-asset) - An Action to upload a release asset via the GitHub Release API.
- [actions/first-interaction](https://github.com/actions/first-interaction) - An action for filtering pull requests and issues from first-time contributors.
- [actions/stale](https://github.com/actions/stale) - Marks issues and pull requests that have not had recent interaction.
- [Sonia-corporation/stale](https://github.com/Sonia-corporation/stale) - Process your issues and pull requests that didn't have recent updates.
- [actions/labeler](https://github.com/actions/labeler) - An action for automatically labelling pull requests.
- [actions/delete-package-versions](https://github.com/actions/delete-package-versions) - Delete versions of a package from GitHub Packages.