We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9081f9 commit f7dd740Copy full SHA for f7dd740
.github/workflows/check-commit-message.yml
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
11
12
jobs:
13
check-commit-message-style:
14
- if: github.actor!= 'dependabot[bot]' && contains(github.head_ref, 'dependabot/github_actions/') == false
+ if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/github_actions/') == false)
15
name: Check commit message style
16
runs-on: ubuntu-latest
17
steps:
0 commit comments