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 020647d commit 9b378beCopy full SHA for 9b378be
README.md
@@ -81,6 +81,7 @@ on: [pull_request]
81
82
jobs:
83
check-commit-message:
84
+ if: github.event.pull_request.user.type != 'Bot' # a number of GitHub Apps that can send PRs don't have configurable commits
85
runs-on: ubuntu-20.04
86
steps:
87
- name: Verify commit messages follow best practices in CI
0 commit comments