forked from e621ng/e621ng
[Misc] Fix the CLA path (#758)
This commit is contained in:
parent
726a361b00
commit
2ba1173d36
4
.github/workflows/cla-bot.yml
vendored
4
.github/workflows/cla-bot.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user