This commit is contained in:
w-okada 2023-08-07 20:18:39 +09:00
parent 04902c4dcb
commit b66f793bc9
2 changed files with 1 additions and 13 deletions

View File

@ -19,7 +19,7 @@ jobs:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with: with:
path-to-signatures: "signatures/version1/cla.json" 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 should not be protected
branch: "master" branch: "master"
#allowlist: user1,bot* #allowlist: user1,bot*

View File

@ -1,12 +0,0 @@
{
"signedContributors": [
{
"name": "w-okada",
"id": 48346627,
"comment_id": 1667653492,
"created_at": "2023-08-07T11:07:00Z",
"repoId": 527419347,
"pullRequestNo": 659
}
]
}