Skip to content

Commit 6e8c7ef

Browse files
authored
do not lock PRs after merge (#674)
Signed-off-by: Nitish Tiwari <[email protected]>
1 parent 81b58dd commit 6e8c7ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cla.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
4242
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
4343
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
44-
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
44+
#- if you don't want this bot to automatically lock the pull request after merging (default - true)
45+
lock-pullrequest-aftermerge: false
4546
#use-dco-flag: true - If you are using DCO instead of CLA

0 commit comments

Comments
 (0)