diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index b98872386..256a3cbc3 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -25,6 +25,8 @@ jobs: # 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 }} 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 diff --git a/signatures/version1/cla.json b/signatures/version1/cla.json deleted file mode 100644 index 0be8631a4..000000000 --- a/signatures/version1/cla.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "signedContributors": [ - { - "name": "trueleo", - "id": 29176136, - "comment_id": 1565319320, - "created_at": "2023-05-27T10:06:43Z", - "repoId": 520784735, - "pullRequestNo": 425 - }, - { - "name": "nitisht", - "id": 5156139, - "comment_id": 1568003345, - "created_at": "2023-05-30T08:34:19Z", - "repoId": 520784735, - "pullRequestNo": 426 - }, - { - "name": "czyt", - "id": 19337206, - "comment_id": 1636692250, - "created_at": "2023-07-15T06:59:07Z", - "repoId": 520784735, - "pullRequestNo": 453 - }, - { - "name": "aldrinjenson", - "id": 53407417, - "comment_id": 1709856959, - "created_at": "2023-09-07T09:52:36Z", - "repoId": 520784735, - "pullRequestNo": 488 - } - ] -} \ No newline at end of file