Skip to content

Commit d99d44f

Browse files
fix: disable auto block pr option of contributor-assistant/github-action (#85)
fix: diable auto block pr option Signed-off-by: michaelchristopher-ui <[email protected]>
1 parent 6a29c60 commit d99d44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path-to-document: 'https://github.com/kcl-lang/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document
2222

2323
# branch should not be protected
24-
lock-pullrequest-aftermerge: True
24+
lock-pullrequest-aftermerge: false
2525
path-to-signatures: 'signatures/version1/cla.json'
2626
remote-organization-name: kcl-lang
2727
remote-repository-name: cla.db

0 commit comments

Comments
 (0)