Skip to content

Commit 74c988a

Browse files
committed
chore: don't run commitlint on dependabot PRs
This fails the build when the commit is just a bit long, it's annoying. There's no need - we merge these PRs anyway.
1 parent cb86c37 commit 74c988a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on: [pull_request]
33
jobs:
44
run-commitlint-on-pr:
55
runs-on: ubuntu-latest
6+
if: ${{ github.event.pull_request.user.login != 'dependabot' }}
67
steps:
78

89
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)