Skip to content

Commit 87188c9

Browse files
authored
Merge pull request #690 from maiieul/unlock-after-merge
chore(cla.yml): set lock-pullrequest-aftermerge to false
2 parents 0c7933d + 5405665 commit 87188c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cla.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
# branch should not be protected
2424
branch: 'main'
2525
allowlist: dependabot-preview[bot],greenkeeper[bot],bot*
26+
lock-pullrequest-aftermerge: false - # if you don't want this bot to automatically lock the pull request after merging (default - true)
27+
2628

2729
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
2830
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
@@ -32,5 +34,4 @@ jobs:
3234
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
3335
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
3436
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
35-
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
3637
#use-dco-flag: true - If you are using DCO instead of CLA

0 commit comments

Comments
 (0)