Skip to content

Commit e507b1c

Browse files
ci: Skip commit lint for Dependabot PRs (#399)
1 parent 168cee9 commit e507b1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
lint-commits:
16-
if: github.event_name == 'pull_request'
16+
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)