From 69c0292f52c1c2179d195879adbe88b1a1e54194 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 7 Mar 2024 15:05:05 +0100 Subject: [PATCH] Match kotlin in check-pr-title (#48) --- synced-files/.github/workflows/check-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synced-files/.github/workflows/check-pr-title.yml b/synced-files/.github/workflows/check-pr-title.yml index 40c3c3a..1842f5b 100644 --- a/synced-files/.github/workflows/check-pr-title.yml +++ b/synced-files/.github/workflows/check-pr-title.yml @@ -17,6 +17,6 @@ jobs: - name: Enforce PR title uses: realm/ci-actions/title-checker@main with: - regex: R[A-Z]{2,5}-[0-9]{1,6} + regex: R[A-Z]{2,6}-[0-9]{1,6} error-hint: Invalid PR title. Make sure it's prefixed with the JIRA ticket the PR addresses or add the no-jira-ticket label. ignore-labels: 'no-jira-ticket' \ No newline at end of file