We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168cee9 commit e507b1cCopy full SHA for e507b1c
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
lint-commits:
16
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments