Skip to content

Commit cf54d2f

Browse files
committed
Update the example ticket
1 parent 14cace2 commit cf54d2f

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
@@ -20,5 +20,5 @@ jobs:
2020
if: ${{ !contains(github.event.pull_request.user.login, '[bot]') }}
2121
with:
2222
regex: '[A-Z]{4,10}-[0-9]{1,5}$'
23-
error-hint: 'Invalid PR title. Make sure it ends with a JIRA ticket - i.e. VSCODE-1234 or add the no-title-validation label'
23+
error-hint: 'Invalid PR title. Make sure it ends with a JIRA ticket - i.e. COMPASS-1234 or add the no-title-validation label'
2424
ignore-labels: 'no-title-validation'

0 commit comments

Comments
 (0)