From 7a17e39281798f43e15e20c03d0a1e1deccd6281 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Mon, 29 Aug 2022 22:21:50 +0200 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda007..dfb5ae4 100644 --- a/README.md +++ b/README.md @@ -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)