Merge pull request #136 from pascalgn/patch-1

Add size-label-action and automerge-action
This commit is contained in:
Gary Ewan Park 2019-06-30 08:24:11 -07:00 committed by GitHub
commit 2b9d9b6f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Automatically add reviewers to pull request based on the configuration file](https://github.com/kentaro-m/auto-assign)
- [Auto-commit back any changes made by previous actions](https://github.com/cds-snc/github-actions/tree/master/auto-commit)
- [Add labels to Pull Request based on branch name patterns](https://github.com/TimonVS/pr-labeler-action)
- [Add labels to Pull Request based on total size of the diff](https://github.com/pascalgn/size-label-action)
- [Automatically merge Pull Requests that are ready](https://github.com/pascalgn/automerge-action)
### GitHub Pages