diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index b988723..2939d90 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -21,10 +21,10 @@ jobs: uses: contributor-assistant/github-action@v2.3.0 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 - # This token is required only if you have configured to store the signatures in a remote repository/organization - # PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: + remote-organization-name: 'parseablehq' # enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository) + remote-repository-name: '.github' # enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository) path-to-signatures: 'signatures/version1/cla.json' path-to-document: 'https://github.com/parseablehq/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document # branch should not be protected @@ -41,3 +41,4 @@ jobs: #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 diff --git a/signatures/version1/cla.json b/signatures/version1/cla.json deleted file mode 100644 index 8ffb797..0000000 --- a/signatures/version1/cla.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "signedContributors": [ - { - "name": "stanvanrooy", - "id": 49564025, - "comment_id": 1590622276, - "created_at": "2023-06-14T07:22:52Z", - "repoId": 581402680, - "pullRequestNo": 28 - }, - { - "name": "nitisht", - "id": 5156139, - "comment_id": 1596150379, - "created_at": "2023-06-18T13:35:55Z", - "repoId": 581402680, - "pullRequestNo": 30 - } - ] -} \ No newline at end of file