Skip to content

Commit 399564a

Browse files
committed
Use the correct ignore label
1 parent b10dd52 commit 399564a

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
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
regex: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test|ops){1}(\([\w\-\.]+\))?(!)?: .*'
1515
error-hint: 'Invalid PR title. Make sure it follows the conventional commit specification (i.e. "<type>(<optional scope>): <description>") or add the no-title-validation label'
16-
ignore-labels: 'no-jira-ticket'
16+
ignore-labels: 'no-title-validation'
1717
- name: Enforce JIRA ticket in title
1818
uses: realm/ci-actions/title-checker@main
1919
with:

0 commit comments

Comments
 (0)