Skip to content

Commit 9b378be

Browse files
webknjazplatisd
authored andcommitted
Extend the GHA example with filtering out GH Apps
Resolves #10
1 parent 020647d commit 9b378be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ on: [pull_request]
8181

8282
jobs:
8383
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
8485
runs-on: ubuntu-20.04
8586
steps:
8687
- name: Verify commit messages follow best practices in CI

0 commit comments

Comments
 (0)