We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cace2 commit cf54d2fCopy full SHA for cf54d2f
.github/workflows/check-pr-title.yml
@@ -20,5 +20,5 @@ jobs:
20
if: ${{ !contains(github.event.pull_request.user.login, '[bot]') }}
21
with:
22
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'
+ error-hint: 'Invalid PR title. Make sure it ends with a JIRA ticket - i.e. COMPASS-1234 or add the no-title-validation label'
24
ignore-labels: 'no-title-validation'
0 commit comments