Skip to content

Commit 402ea4e

Browse files
committed
x
1 parent d49c8a0 commit 402ea4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/precommit-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
- name: PR title format
5656
if: steps.check-pr-title.outcome == 'failure'
5757
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>"
58+
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>"
5961
echo "e.g. [JIRA-1234][fix] some summary"
6062
echo "e.g. [https://nvbugs/1234][feat] some summary"
6163
echo "e.g. [#1234][doc] some summary"

0 commit comments

Comments
 (0)