We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bc8b8 commit 892ba9dCopy full SHA for 892ba9d
.github/workflows/01-CLA-Assistant.yml
@@ -28,7 +28,7 @@ jobs:
28
run: echo "::add-mask::${{ steps.app-token.outputs.token }}"
29
30
- 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'
+ if: ${{ contains(github.event.comment.body, 'I have read the CLA Document and I hereby sign the CLA') }} || github.event_name == 'pull_request'
32
uses: SiliconLabsSoftware/action-cla-assistant@silabs_flavour_v2
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments