Skip to content

Commit 347324c

Browse files
Updated CLA assistant workflow (#9)
* modified cla db repo branch * fixed cla.dm path * updated cla assistant custom messages
1 parent 2cf6042 commit 347324c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2929
with:
3030
path-to-signatures: 'cla_signatures_db.json'
31-
path-to-document: 'cla.md'
31+
path-to-document: 'https://github.com/SiliconLabsSoftware/bluetooth-AoA-example/blob/main/cla.md'
3232
# branch should not be protected
33-
branch: 'main'
33+
branch: 'test'
3434
allowlist: user1,bot*
3535
# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
3636
remote-organization-name: 'SiliconLabsWorkflows'
3737
remote-repository-name: 'private-central-cla'
38-
create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
39-
signed-commit-message: 'For example: $contributorName has signed the CLA in $owner/$repo#$pullRequestNo'
38+
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'
4040
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
4141
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
4242
#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

Comments
 (0)