From f6b3a50e5f70c161e07b2939eaf712cb38afad50 Mon Sep 17 00:00:00 2001 From: realm-ci Date: Thu, 7 Mar 2024 14:13:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/workfl?= =?UTF-8?q?ows/check-pr-title.yml'=20with=20remote=20'synced-files/.github?= =?UTF-8?q?/workflows/check-pr-title.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index 40c3c3a4dc..1842f5bf39 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.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