Skip to content

Commit

Permalink
Merge pull request #1586 from planetary-social/cla-updates
Browse files Browse the repository at this point in the history
Try again to get CLA Assistant Lite to ignore PRs from bots
  • Loading branch information
joshuatbrown authored Oct 4, 2024
2 parents 5f2d79a + b507ded commit 963ef98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
path-to-document: 'https://github.com/planetary-social/nos/blob/main/CLA.md' # e.g. a CLA or a DCO document
# branch should not be protected
branch: 'cla-signatures'
allowlist: crowdin-bot
allowlist: crowdin-bot,crowdin-bot[bot],github-actions,app/github-actions,github-actions[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: 'pull request comment with Introductory message to ask new contributors to sign'
custom-notsigned-prcomment: "Thank you for your submission -- we really appreciate it! We'd love it if you'd sign our [Contributor License Agreement](https://github.com/planetary-social/nos/blob/main/CLA.md) so we can accept your contribution. You can sign the CLA by copying the text below, pasting it in the **Add a comment** text field at the bottom of this pull request, and clicking the **Comment** button to post it."
#custom-pr-sign-comment: 'The signature to be committed in order to 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.'
lock-pullrequest-aftermerge: false # if you don't want this bot to automatically lock the pull request after merging (default - true)
Expand Down

0 comments on commit 963ef98

Please sign in to comment.