diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 4c50c42..12f4c66 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -34,8 +34,18 @@ jobs: # the followings are the optional inputs - If the optional inputs are not given, then default values will be taken #remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository) #remote-repository-name: enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository) - #create-file-commit-message: 'For example: Creating file for storing CLA Signatures' - #signed-commit-message: 'For example: $contributorName has signed the CLA in $owner/$repo#$pullRequestNo' + # I need to skip github status check if the repo has branch protection rule or ruleset + # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks + create-file-commit-message: | + Creating file for storing CLA Signatures + + + skip-checks: true + signed-commit-message: | + $contributorName has signed the CLA in $owner/$repo#$pullRequestNo + + + skip-checks: true custom-notsigned-prcomment: 'Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our [Contributor License Agreement](https://github.com/aiidateam/aiida-wannier90-workflows/blob/main/.cla/version1/CLA.md) before we can merge your contribution. You can sign the CLA by just copying the sentence below and posting it as a Pull Request Comment.' custom-pr-sign-comment: 'I have read the CLA Document and I hereby sign the CLA' #custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'