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.
2 parents cf8dc55 + e507b1c commit 55f1ad1Copy full SHA for 55f1ad1
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