Skip to content

Commit e4d9836

Browse files
Sarthak-Shahaarun-silabs
authored andcommitted
use pull_request
1 parent 7ce3bbe commit e4d9836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/01-CLA-Assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "::add-mask::${{ steps.app-token.outputs.token }}"
2929

3030
- name: "CLA Assistant"
31-
if: ${{ contains(github.event.comment.body, 'I have read the CLA Document and I hereby sign the CLA') }} || github.event_name == 'pull_request_target'
31+
if: ${{ contains(github.event.comment.body, 'I have read the CLA Document and I hereby sign the CLA') }} || github.event_name == 'pull_request'
3232
uses: SiliconLabsSoftware/action-cla-assistant@silabs_flavour_v2
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)