From 2ba1173d36326ef902790b12baea3241227ad732 Mon Sep 17 00:00:00 2001 From: Cinder Date: Fri, 13 Sep 2024 02:33:58 -0700 Subject: [PATCH] [Misc] Fix the CLA path (#758) --- .github/workflows/cla-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla-bot.yml b/.github/workflows/cla-bot.yml index 09bac0cf5..8b2c6eb5a 100644 --- a/.github/workflows/cla-bot.yml +++ b/.github/workflows/cla-bot.yml @@ -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"