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 d49c8a0 commit 402ea4eCopy full SHA for 402ea4e
.github/workflows/precommit-check.yml
@@ -55,7 +55,9 @@ jobs:
55
- name: PR title format
56
if: steps.check-pr-title.outcome == 'failure'
57
run: |
58
- echo "PR title: [JIRA ticket(JIRA-1234)/NVBugs ID(https://nvbugs/1234)/GitHub issue(#1234)][fix/feat/doc/infra/...] <summary of this PR>"
+ echo "PR title format check failed"
59
+ echo "PR title format:"
60
+ echo "[JIRA ticket(JIRA-1234)/NVBugs ID(https://nvbugs/1234)/GitHub issue(#1234)][fix/feat/doc/infra/...] <summary of this PR>"
61
echo "e.g. [JIRA-1234][fix] some summary"
62
echo "e.g. [https://nvbugs/1234][feat] some summary"
63
echo "e.g. [#1234][doc] some summary"
0 commit comments