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 cd6a68d commit 58f3c73Copy full SHA for 58f3c73
.github/workflows/commit-checker.yml
@@ -5,7 +5,7 @@ on: [pull_request]
5
6
jobs:
7
commit-checker:
8
- if: "!contains(github.event.commits[0].message, '[skip jira]')"
+ if: "!contains(github.event.head_commit.message, '[skip jira]')"
9
runs-on: ubuntu-latest
10
11
steps:
0 commit comments