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
This commit is contained in:
Manuel de la Torre 2020-07-25 11:14:36 -05:00
parent f9b131e9f1
commit 58d7e6d233

View File

@ -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 Lint With Regex](https://github.com/MorrisonCole/pr-lint-action)
- [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) - [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) - [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 ### GitHub Pages