summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Smith <jack.smith@algorand.com>2022-02-17 12:29:16 -0500
committerJack Smith <jack.smith@algorand.com>2022-02-17 12:29:16 -0500
commit63d1397e1b3baad03fb9ac13e7b08e7b753a2090 (patch)
treeef3211964248efa97a2a5575e00f801116d015f2
parent2a0bd5fba3e31d1e5a901034c074119eca1d7fff (diff)
Adding check for category in pr titlelabel-checker
-rw-r--r--.github/workflows/pr-type-category.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-type-category.yml b/.github/workflows/pr-type-category.yml
index 75727f0df..6f08d2862 100644
--- a/.github/workflows/pr-type-category.yml
+++ b/.github/workflows/pr-type-category.yml
@@ -31,5 +31,5 @@ jobs:
if [[ ! "${{ github.event.pull_request.title }}" =~ ^.{2,}\:.{2,} ]]; then
exit 1
fi
- - name: "Found at least one PR Type label. Good job!"
+ - name: "Found at least one PR Type label and Category in the title. Good job!"
run: exit 0