Skip to content

Commit 132721e

Browse files
committed
chore: Don't run CLA for dependabot PRs
1 parent 38c089e commit 132721e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
check:
88
runs-on: ubuntu-latest
9+
if: github.event.pull_request.user.login != 'dependabot'
910
steps:
1011
- name: Verify CLA
1112
uses: scala/cla-checker@v1

0 commit comments

Comments
 (0)