You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/01-CLA-Assistant.yml
+9-9
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,23 @@ jobs:
20
20
steps:
21
21
- name: "CLA Assistant"
22
22
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'
23
-
uses: contributor-assistant/github-action@v2.6.1
23
+
uses: SiliconLabsWorkflows/cla-assistant@master
24
24
env:
25
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
26
# the below token should have repo scope and must be manually added by you in the repository's secret
27
27
# This token is required only if you have configured to store the signatures in a remote repository/organization
create-file-commit-message: "Created the CLA database file. CLA Assistant Lite bot created this file."
39
+
signed-commit-message: "$contributorName has signed the CLA in $owner/$repo#$pullRequestNo"
40
40
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
41
41
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
42
42
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
0 commit comments