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/cla-assistant.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ jobs:
33
33
remote-repository-name: cla
34
34
create-file-commit-message: 'Creating file for storing CLA Signatures'
35
35
# signed-commit-message: '$contributorName has signed the CLA in $owner/$repo#$pullRequestNo'
36
-
custom-notsigned-prcomment: '💕 Thank you for your contribution and please kindly read and sign our [CLA Docs](https://github.com/OpenIM-Robot/cla/blob/main/README.md)'
37
-
custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
38
-
custom-allsigned-prcomment: '🤖 All Contributors have signed the [CLA](https://github.com/OpenIM-Robot/cla/blob/main/README.md).<br> The signed information is recorded [🤖here](https://github.com/openim-sigs/cla/tree/main/signatures/cla.json)'
36
+
custom-notsigned-prcomment: '💕 Thank you for your contribution and please kindly read and sign our CLA. [CLA Docs](https://github.com/OpenIM-Robot/cla/blob/main/README.md)'
37
+
custom-pr-sign-comment: 'I have read the CLA Document and I hereby sign the CLA'
38
+
custom-allsigned-prcomment: '🤖 All Contributors have signed the [CLA](https://github.com/OpenIM-Robot/cla/blob/main/README.md).<br> The signed information is recorded [**here**](https://github.com/OpenIM-Robot/cla/blob/main/signatures/cla.json)'
39
39
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
40
40
#use-dco-flag: true - If you are using DCO instead of CLA
0 commit comments