Skip to content

Commit

Permalink
CLA: fix branch name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero committed Feb 17, 2025
1 parent 188d97e commit ab5b0d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: ".cla/version1/signatures.json"
path-to-document: "https://github.com/aiidateam/aiida-hubbard/blob/main/.cla/version1/CLA.md"
path-to-document: "https://github.com/aiidateam/aiida-hubbard/blob/master/.cla/version1/CLA.md"
# branch should not be protected
branch: "main"
branch: "master"
allowlist: bot*

# 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'
custom-notsigned-prcomment: 'Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you accept our [Contributor License Agreement](https://github.com/bastonero/aiida-vibroscopy/blob/main/.cla/version1/CLA.md) before we can merge your contribution. You can accept the CLA by just copying the sentence below and posting it as a Pull Request Comment.'
custom-notsigned-prcomment: 'Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you accept our [Contributor License Agreement](https://github.com/bastonero/aiida-hubbard/blob/master/.cla/version1/CLA.md) before we can merge your contribution. You can accept 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 accept the CLA'
custom-allsigned-prcomment: |
All contributors have accepted the CLA ✅
Expand Down

0 comments on commit ab5b0d2

Please sign in to comment.