feat: add empty-issues-closer-action

This commit adds the `empty-issues-closer-action' to the list. This
action can be used to automatically close empty issues or issues
which contain an unchanged template. See https://github.com/rickstaa/empty-issues-closer-ac for more
information.
This commit is contained in:
Rick Staa 2022-08-29 22:21:50 +02:00
parent 654bcb11d0
commit 7a17e39281

View File

@ -130,6 +130,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader)
- [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it)
- [Rollback a GitHub Release](https://github.com/author/action-rollback)
- [Automatically close empty issues](https://github.com/rickstaa/empty-issues-closer-action)
- [Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads)
- [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action)
- [Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator)