[Misc] Fix the CLA path (#758)

This commit is contained in:
Cinder 2024-09-13 02:33:58 -07:00 committed by GitHub
parent 726a361b00
commit 2ba1173d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'signatures.json'
path-to-document: 'https://github.com/e621ng/e621ng/blob/main/CLA.md'
path-to-document: 'https://github.com/e621ng/e621ng/blob/master/CLA.md'
branch: 'util/contributors'
allowlist: film-projector,Sindrake,bot*
custom-notsigned-prcomment: "Thank you for your submission, we really appreciate it.\n\nLike many open-source projects, we ask that you sign our [Contributor License Agreement](https://github.com/e621ng/e621ng/blob/main/CLA.md) before we can accept your contribution.\nYou can sign the CLA by making a comment following the format below:"
custom-notsigned-prcomment: "Thank you for your submission, we really appreciate it.\n\nLike many open-source projects, we ask that you sign our [Contributor License Agreement](https://github.com/e621ng/e621ng/blob/master/CLA.md) before we can accept your contribution.\nYou can sign the CLA by making a comment following the format below:"
custom-pr-sign-comment: "I have read the CLA Document and I hereby sign it"