Added Issue Watcher Action (#26)

Co-authored-by: A N U S H <54374648+anushkrishnav@users.noreply.github.com>
This commit is contained in:
Romain Lespinasse 2025-03-05 00:58:27 +01:00 committed by GitHub
parent 4de8100159
commit 0b45fde3e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,6 +162,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [GitHub Codeowners Validator](https://github.com/mszostok/codeowners-validator) - Ensures the correctness of your GitHub CODEOWNERS file. It supports public and private GitHub repositories and also GitHub Enterprise installations.
- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo).
- [Action Docs Action](https://github.com/npalm/action-docs-action) - Update your README based the action.yml.
- [Issue Watcher](https://github.com/anushkrishnav/Issue-Watcher) - Monitors and Restricts the number of Issues open by a person at a time to the given limit. Prevents Issue spam.
### Collection of Actions