From d0c3ad2142a95dde0d773aa14019a76a3f2ec52c Mon Sep 17 00:00:00 2001 From: Abhishek Jain Date: Tue, 13 Aug 2024 23:02:20 +0530 Subject: [PATCH] Update PR title check message --- .github/workflows/pr_checks_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_checks_config.yaml b/.github/workflows/pr_checks_config.yaml index 33d14b4..baa05eb 100644 --- a/.github/workflows/pr_checks_config.yaml +++ b/.github/workflows/pr_checks_config.yaml @@ -2,7 +2,7 @@ pr_checks: title: - name: 'prefix_check' regex: '^(?i)(fix|feat|test|chore|refactor|build):' - message_if_not_matching: 'PR title must start with "fix:", "feat:", "chore:", "refactor", or "test:" (case-insensitive)' + message_if_not_matching: 'PR title must start with "fix:", "feat:", "chore:", "refactor:", or "test:" (case-insensitive)' description: - name: 'clickup_check'