Skip to content

Commit 2e08552

Browse files
update: Contributor Assistant
This commit updates the CLA Assistant used in the project to include a fix. Signed-off-by: toddynnn <86982643+ToddyTheNoobDud@users.noreply.github.com>
1 parent 66200ab commit 2e08552

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cla.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
steps:
1818
- name: "CLA Assistant"
1919
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'
20-
uses: contributor-assistant/github-action@v2.6.1
20+
uses: ThePedroo/contributor-assistant@v1.0.1
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERFORMANC_BOT_ACCESS_TOKEN }}
2424
with:
25-
path-to-signatures: 'signatures/NodeLink/cla.json'
25+
path-to-signatures: 'signatures/ReZygisk/cla.json'
2626
path-to-document: 'https://github.com/PerformanC/contributing/blob/main/CLA.md'
2727
branch: 'main'
2828

2929
remote-organization-name: 'PerformanC'
3030
remote-repository-name: 'CLA-Signatures'
3131
create-file-commit-message: 'add: file for storing CLA Signatures'
32-
signed-commit-message: 'add: @$contributorName to the list of signed contributors in $owner'
32+
signed-commit-message: 'add: @$contributorName to the list of signed contributors in $owner/$repo#$pullRequestNo'
3333
custom-allsigned-prcomment: 'All Contributors have signed the CLA. The PR is now allowed to be merged.'

0 commit comments

Comments
 (0)