From 239d57d7a8816ce8e18198072e3e690519242b2a Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 3 Jul 2023 11:12:44 +0800 Subject: [PATCH 1/2] chore: bump CLA kcl-bot token --- .github/workflows/cla.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index e25377944..9f0505b5e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -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* From 3ba595bf2b675ac68203ec1186d09a82652350d2 Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 3 Jul 2023 11:13:10 +0800 Subject: [PATCH 2/2] chore: deprecated github action macos-10.15 os. --- .github/workflows/macos_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_test.yaml b/.github/workflows/macos_test.yaml index c43a62be1..bb495e1f3 100644 --- a/.github/workflows/macos_test.yaml +++ b/.github/workflows/macos_test.yaml @@ -5,7 +5,7 @@ jobs: # Ref: https://github.com/actions/runner-images/tree/main/images/macos strategy: matrix: - os: [macos-10.15, macos-11, macos-12] + os: [macos-11, macos-12] runs-on: ${{ matrix.os }} steps: - name: Git checkout