Merge pull request #84 from banyan/patch-1

Add action for auto labelling
This commit is contained in:
Gary Ewan Park 2019-02-15 10:07:36 -08:00 committed by GitHub
commit a54928b618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Evaluate Clojure in the issue comment](https://github.com/repetitive/actions/tree/master/clojure) - [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) - [Create Pull Request when branch is pushed](https://github.com/repetitive/actions/tree/master/auto-pull-request)
- [Label pull request once it has a specified number of approvals](https://github.com/pullreminders/label-when-approved-action) - [Label pull request once it has a specified number of approvals](https://github.com/pullreminders/label-when-approved-action)
- [Add labels to Pull Request based on matched file patterns](https://github.com/banyan/auto-label)
#### Github Pages #### Github Pages