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 0de5623 commit 3e1c603Copy full SHA for 3e1c603
.github/workflows/commit-linting.yml
@@ -1,4 +1,4 @@
1
-name: Commit Linting
+name: Commit messages contain a Jira issue
2
3
# Run on push to any branch
4
on: [pull_request]
@@ -13,5 +13,5 @@ jobs:
13
fetch-depth: 0
14
ref: '${{ github.event.pull_request.base.ref }}'
15
16
- - name: Jira ticket is preset in commit messages
+ - name: Commit messages contain a Jira issue
17
run: bash ${GITHUB_WORKSPACE}/.github/scripts/commit-checker.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}
0 commit comments