Add action for auto labelling

This commit is contained in:
Kohei Hasegawa 2019-02-16 00:47:06 +09:00 committed by GitHub
parent 397d265033
commit 39935a320c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Automatically rebase a PR](https://github.com/cirrus-actions/rebase)
- [Evaluate Clojure in the issue comment](https://github.com/repetitive/actions/tree/master/clojure)
- [Create Pull Request when branch is pushed](https://github.com/repetitive/actions/tree/master/auto-pull-request)
- [Add labels to Pull Request based on matched file patterns](https://github.com/banyan/auto-label)
#### Github Pages