Skip to content

Commit 7a52907

Browse files
authored
chore: update cla (#86)
Signed-off-by: peefy <[email protected]>
1 parent d99d44f commit 7a52907

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/cla.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
name: "CLA Assistant"
22
on:
33
issue_comment:
4-
types: [ created ]
4+
types: [created]
55
pull_request_target:
6-
types: [ opened,closed,synchronize ]
7-
6+
types: [opened,closed,synchronize]
87
jobs:
98
CLAssistant:
109
runs-on: ubuntu-latest
1110
steps:
1211
- name: "CLA Assistant"
1312
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'
14-
# Beta Release
15-
uses: cla-assistant/[email protected]
13+
uses: contributor-assistant/[email protected]
1614
env:
1715
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1816
# the below token should have repo scope and must be manually added by you in the repository's secret
19-
PERSONAL_ACCESS_TOKEN: ${{ secrets.KCL_LANG_BOT_TOKEN }}
17+
PERSONAL_ACCESS_TOKEN : ${{ secrets.DEPLOY_ACCESS_TOKEN }}
2018
with:
2119
path-to-document: 'https://github.com/kcl-lang/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document
2220

@@ -26,7 +24,7 @@ jobs:
2624
remote-organization-name: kcl-lang
2725
remote-repository-name: cla.db
2826
branch: 'main'
29-
allowlist: 'test'
27+
allowlist: bot*
3028

3129
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
3230
#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:
3836
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
3937
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
4038
#use-dco-flag: true - If you are using DCO instead of CLA
41-

0 commit comments

Comments
 (0)