Skip to content

Commit

Permalink
Skip status check for CLA bot
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojunfeng committed May 17, 2024
1 parent 5558fed commit 15320a0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 15320a0

Please sign in to comment.