From b9bafda591c8b78b8ff11a8c086811c7a7f8be95 Mon Sep 17 00:00:00 2001 From: Pascal Date: Sun, 30 Jun 2019 13:58:05 +0200 Subject: [PATCH] Add size-label-action and automerge-action --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d35ef06..4cec1a2 100644 --- a/README.md +++ b/README.md @@ -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