From 58d7e6d23357b6cc3a2d212192c7409d4a0e55fd Mon Sep 17 00:00:00 2001 From: Manuel de la Torre Date: Sat, 25 Jul 2020 11:14:36 -0500 Subject: [PATCH] Add Pull Request Stats action - Add action to publish relevant stats about Pull Requests reviewers to increase teams accountability: https://github.com/flowwer-dev/pull-request-stats --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c95525..8073f30 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action) - [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) - [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. ### GitHub Pages