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 399564a commit 461e620Copy full SHA for 461e620
.github/workflows/check-pr-title.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Enforce JIRA ticket in title
18
uses: realm/ci-actions/title-checker@main
19
with:
20
- regex: 'VSCODE-[0-9]{1,5}$'
+ regex: '[A-Z]{4,10}-[0-9]{1,5}$'
21
error-hint: 'Invalid PR title. Make sure it ends with a JIRA ticket - i.e. VSCODE-1234 or add the no-title-validation label'
22
ignore-labels: 'no-title-validation'
0 commit comments