Add Issue Labeler

Added Github action that automatically adds label or assignee to a Github Issue based on the Issue content
This commit is contained in:
Jesse Katsumata 2019-10-15 01:15:59 +09:00 committed by GitHub
parent f1a0c7e54a
commit 7a272399a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
- [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env)
- [Run your job on another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action) - [Run your job on another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action)
- [Generate a table of contents](https://github.com/technote-space/toc-generator) - [Generate a table of contents](https://github.com/technote-space/toc-generator)
- [Automatically add Label or Assignee to an Issue](https://github.com/Naturalclar/issue-action)
### Testing and Linting ### Testing and Linting