We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ba7f7 commit 4680eefCopy full SHA for 4680eef
.github/workflows/01-CLA-Assistant.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: "CLA Assistant"
20
if: ${{ contains(github.event.comment.body, 'I have read the CLA Document and I hereby sign the CLA') }} || github.event_name == 'pull_request_target'
21
- uses: SiliconLabsWorkflows/cla-assistant@silabs_flavour_v2
+ uses: SiliconLabsSoftware/action-cla-assistant@silabs_flavour_v2
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
# the below token should have repo scope and must be manually added by you in the repository's secret
0 commit comments