Skip to content

Commit 3e1c603

Browse files
committed
fix update name
1 parent 0de5623 commit 3e1c603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit-linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Commit Linting
1+
name: Commit messages contain a Jira issue
22

33
# Run on push to any branch
44
on: [pull_request]
@@ -13,5 +13,5 @@ jobs:
1313
fetch-depth: 0
1414
ref: '${{ github.event.pull_request.base.ref }}'
1515

16-
- name: Jira ticket is preset in commit messages
16+
- name: Commit messages contain a Jira issue
1717
run: bash ${GITHUB_WORKSPACE}/.github/scripts/commit-checker.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)