Skip to content

Commit d8bb0c8

Browse files
committed
skip dependabot from cla
1 parent ff4e862 commit d8bb0c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cla.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
cla:
1111
name: Check CLA
1212
runs-on: ubuntu-latest
13+
if: github.actor != 'dependabot[bot]'
1314
steps:
1415
- name: CLA Assistant
1516
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'

0 commit comments

Comments
 (0)