Skip to content

Commit 7586ec7

Browse files
committed
update: Contributor Assistant
This commit updates the CLA Assistant used in the project to include a fix.
1 parent 4c9e967 commit 7586ec7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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 }}
@@ -29,5 +29,5 @@ jobs:
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)