Skip to content

Commit

Permalink
ci: use pull_request_target for cla-check (#306)
Browse files Browse the repository at this point in the history
When run on the `pull_request_target` event, `has-signed-canonical-cla` action
will also comment on the PR if any authors have not signed the CLA, and update
those messages when new commits or runs are processed.
  • Loading branch information
troyanov authored Jul 17, 2024
1 parent 410f9f9 commit 627b3fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cla-check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: cla-check

on:
pull_request:
branches: [master]
on: [pull_request_target]

jobs:
cla-check:
Expand Down

0 comments on commit 627b3fc

Please sign in to comment.