From a02986771ee332558179e321be9ae40669f85baa Mon Sep 17 00:00:00 2001 From: Ozan Tunca <ozantunca90@gmail.com> Date: Fri, 16 Oct 2020 11:18:29 +0200 Subject: [PATCH] Add "PR Review Bot" action Added [PR Reviewer Bot](https://github.com/omio-labs/pr-reviewer-bot) action. It auto-approves PRs if the PRs match a user-defined criteria. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85aa2b0..e0e3c2a 100644 --- a/README.md +++ b/README.md @@ -369,6 +369,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle) - [Pull Request Stats](https://github.com/flowwer-dev/pull-request-stats) - Print relevant stats about reviewers. - [Pull Request Description Enforcer](https://github.com/derkinderfietsen/pr-description-enforcer) - Enforces description on pull requests. +- [Auto-approve Pull Requests](https://github.com/omio-labs/pr-reviewer-bot) - Auto-approves PRs if they match your custom criteria. ### GitHub Pages