Add "Block PR merges" Action

This commit is contained in:
Fedor Korotkov 2020-02-03 15:14:55 -05:00 committed by GitHub
parent f5739943bb
commit 85b565dbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,6 +320,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title) - [Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title)
- [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action) - [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action)
- [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action) - [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action)
- [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard)
### GitHub Pages ### GitHub Pages