From ffb54480ec5b9fd4feaae1e7a4b4f995604b048e Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Tue, 2 Jun 2020 21:32:55 -0600 Subject: [PATCH] Add Ticket Check Action Action that automatically adds ticket or issue numbers to the start of all pull request titles. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..8e9773a 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [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) +- [Automatically add a ticket or issue number to the start of all Pull Request titles](https://github.com/neofinancial/ticket-check-action) ### GitHub Pages