Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
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: contributor-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#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.GH_PAT }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://developercertificate.org/' # e.g. a CLA or a DCO document
Expand All @@ -60,3 +60,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

10 changes: 1 addition & 9 deletions signatures/version1/cla.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
"repoId": 880163712,
"pullRequestNo": 54
},
{
"name": "arnoweiss",
"id": 86715435,
"comment_id": 2648775715,
"created_at": "2025-02-10T17:37:27Z",
"repoId": 880163712,
"pullRequestNo": 61
},
{
"name": "f-zimmer",
"id": 82865753,
Expand Down Expand Up @@ -65,4 +57,4 @@
"pullRequestNo": 210
}
]
}
}
Loading