From 30231301b5d1d70cdd7e08e1aa26f8b408e33c57 Mon Sep 17 00:00:00 2001 From: peefy Date: Tue, 29 Aug 2023 15:04:45 +0800 Subject: [PATCH] chore: update CLA --- .github/workflows/cla.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 77d732d..9f0505b 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -14,14 +14,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # the below token should have repo scope and must be manually added by you in the repository's secret - PERSONAL_ACCESS_TOKEN : ${{ secrets.KUSIONSTACK_BOT_TOKEN }} + PERSONAL_ACCESS_TOKEN : ${{ secrets.KCL_LANG_BOT_TOKEN }} with: - path-to-document: 'https://github.com/KusionStack/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document + path-to-document: 'https://github.com/kcl-lang/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document # branch should not be protected lock-pullrequest-aftermerge: True path-to-signatures: 'signatures/version1/cla.json' - remote-organization-name: KusionStack + remote-organization-name: kcl-lang remote-repository-name: cla.db branch: 'main' allowlist: bot* @@ -35,4 +35,4 @@ jobs: #custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA' #custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.' #lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true) - #use-dco-flag: true - If you are using DCO instead of CLA \ No newline at end of file + #use-dco-flag: true - If you are using DCO instead of CLA