Skip to content

Commit

Permalink
ci: do nor run cla.yaml for @dependabot PRs
Browse files Browse the repository at this point in the history
Also, @dependabot only updates existing dependencies and does not contribute any functional code.
  • Loading branch information
matifali authored Jul 10, 2024
1 parent 31e99a7 commit 87df7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "CLA Assistant"
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'
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' && github.actor != 'dependabot[bot]'
uses: contributor-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 87df7a7

Please sign in to comment.