Skip to content

Commit

Permalink
#849: Set branch to cla-signatures for CLA signatures; don’t lock PR …
Browse files Browse the repository at this point in the history
…after merge
  • Loading branch information
joshuatbrown committed Jan 25, 2024
1 parent c60d1c9 commit 78cde14
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 @@ -29,7 +29,7 @@ jobs:
path-to-signatures: 'signatures/version1/cla.json'
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: 'main'
branch: 'cla-signatures'
#allowlist: user1,bot*

# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
Expand All @@ -40,5 +40,5 @@ jobs:
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
#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)
lock-pullrequest-aftermerge: false # if you don't want this bot to automatically lock the pull request after merging (default - true)
#use-dco-flag: true - If you are using DCO instead of CLA

0 comments on commit 78cde14

Please sign in to comment.