Merge pull request #464 from negebauer/master

Add Pull Request Lint With Regex
This commit is contained in:
Sarah Drasner 2020-08-27 17:10:50 -06:00 committed by GitHub
commit 3cea15bdf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,6 +349,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action)
- [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action)
- [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles. - [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles.
- [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action)
### GitHub Pages ### GitHub Pages