From ec49ba0a4f9e151afccf917d20d496b86f7459c8 Mon Sep 17 00:00:00 2001 From: Sotatek-TuLe2 Date: Mon, 17 Jun 2024 14:03:40 +0700 Subject: [PATCH] temporality remove CLA & change CICD cfonig --- .github/workflows/CLA.yml | 50 +++++++++++++++++------------------ .github/workflows/publish.yml | 4 +-- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/CLA.yml b/.github/workflows/CLA.yml index 9116966..1d73d10 100644 --- a/.github/workflows/CLA.yml +++ b/.github/workflows/CLA.yml @@ -1,26 +1,26 @@ -name: "CLA Assistant" -on: - issue_comment: - types: [created] - pull_request_target: - types: [opened, closed, synchronize] +# name: "CLA Assistant" +# on: +# issue_comment: +# types: [created] +# pull_request_target: +# types: [opened, closed, synchronize] -jobs: - CLAssistant: - runs-on: ubuntu-latest - permissions: - actions: write - pull-requests: write - steps: - - name: "CLA Assistant" - 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' - uses: cla-assistant/github-action@v2.1.3-beta - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_PERSONAL_ACCESS_TOKEN }} - with: - path-to-signatures: "${{ github.event.repository.name }}/signatures/version1/cla.json" - path-to-document: "https://gist.github.com/e78f99e1c527225637e269cff1bc7e49" # Klaytn Gist - branch: "master" - allowlist: dependabot[bot] - remote-repository-name: ${{ secrets.CLA_REPOSITORY }} \ No newline at end of file +# jobs: +# CLAssistant: +# runs-on: ubuntu-latest +# permissions: +# actions: write +# pull-requests: write +# steps: +# - name: "CLA Assistant" +# 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' +# uses: cla-assistant/github-action@v2.1.3-beta +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_PERSONAL_ACCESS_TOKEN }} +# with: +# path-to-signatures: "${{ github.event.repository.name }}/signatures/version1/cla.json" +# path-to-document: "https://gist.github.com/e78f99e1c527225637e269cff1bc7e49" # Klaytn Gist +# branch: "master" +# allowlist: dependabot[bot] +# remote-repository-name: ${{ secrets.CLA_REPOSITORY }} \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1d7f654..465a8ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,12 +26,12 @@ jobs: - name: testing run: npm run test - name: Publish package on NPM 📦 - run: npx pnpm --filter "@klaytn/kss-*" --filter !"@klaytn/kss-cli" -r publish --no-git-check --access public + run: npx pnpm --filter "@kaiachain/kss-*" --filter !"@kaiachain/kss-cli" -r publish --no-git-check --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Install kss-cli dependencies run: cd packages/kss-cli && npm install --force - name: Publish kss-cli package on NPM 📦 - run: npx pnpm --filter "@klaytn/kss-cli" -r publish --no-git-check --access public + run: npx pnpm --filter "@kaiachain/kss-cli" -r publish --no-git-check --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file