From b66f793bc90036a60dbd74dfbf984855972709a6 Mon Sep 17 00:00:00 2001 From: w-okada Date: Mon, 7 Aug 2023 20:18:39 +0900 Subject: [PATCH] update --- .github/workflows/cla.yml | 2 +- signatures/version1/cla.json | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 signatures/version1/cla.json diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 3fd73862..cce1327e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -19,7 +19,7 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: "signatures/version1/cla.json" - path-to-document: "https://github.com/cla-assistant/github-action/blob/master/SAPCLA.md" # e.g. a CLA or a DCO document + path-to-document: "https://raw.githubusercontent.com/w-okada/voice-changer/master/LICENSE-CLA" # e.g. a CLA or a DCO document # branch should not be protected branch: "master" #allowlist: user1,bot* diff --git a/signatures/version1/cla.json b/signatures/version1/cla.json deleted file mode 100644 index fe20ec3c..00000000 --- a/signatures/version1/cla.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "signedContributors": [ - { - "name": "w-okada", - "id": 48346627, - "comment_id": 1667653492, - "created_at": "2023-08-07T11:07:00Z", - "repoId": 527419347, - "pullRequestNo": 659 - } - ] -} \ No newline at end of file