Skip to content

Commit 461e620

Browse files
committed
Relax the JIRA regex
1 parent 399564a commit 461e620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Enforce JIRA ticket in title
1818
uses: realm/ci-actions/title-checker@main
1919
with:
20-
regex: 'VSCODE-[0-9]{1,5}$'
20+
regex: '[A-Z]{4,10}-[0-9]{1,5}$'
2121
error-hint: 'Invalid PR title. Make sure it ends with a JIRA ticket - i.e. VSCODE-1234 or add the no-title-validation label'
2222
ignore-labels: 'no-title-validation'

0 commit comments

Comments
 (0)