Skip to content

Commit 1a6d358

Browse files
committed
chore: bump version to v0.5.0
1 parent 9841ca7 commit 1a6d358

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/cla.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,27 @@ on:
44
types: [created]
55
pull_request_target:
66
types: [opened,closed,synchronize]
7-
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.KUSIONSTACK_BOT_TOKEN }}
17+
PERSONAL_ACCESS_TOKEN : ${{ secrets.KCL_LANG_BOT_TOKEN }}
2018
with:
21-
path-to-document: 'https://github.com/KusionStack/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document
19+
path-to-document: 'https://github.com/kcl-lang/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document
2220

2321
# branch should not be protected
2422
lock-pullrequest-aftermerge: True
2523
path-to-signatures: 'signatures/version1/cla.json'
26-
remote-organization-name: KusionStack
24+
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)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.5.0

0 commit comments

Comments
 (0)