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
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'
path-to-document: 'https://github.com/kcl-lang/.github/blob/main/CLA.md'# e.g. a CLA or a DCO document
22
20
@@ -26,7 +24,7 @@ jobs:
26
24
remote-organization-name: kcl-lang
27
25
remote-repository-name: cla.db
28
26
branch: 'main'
29
-
allowlist: 'test'
27
+
allowlist: bot*
30
28
31
29
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
32
30
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
@@ -38,4 +36,3 @@ jobs:
38
36
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
39
37
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
40
38
#use-dco-flag: true - If you are using DCO instead of CLA
0 commit comments