From ff41c0a0fa2bd38a76325fd23a3dc190d3ada30b Mon Sep 17 00:00:00 2001 From: michaelchristophermanullang-ui Date: Fri, 15 Mar 2024 17:52:44 +0700 Subject: [PATCH] fix: diable auto block pr option Signed-off-by: Michael Christopher Manullang --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 58a48ab..d463391 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -21,7 +21,7 @@ jobs: path-to-document: 'https://github.com/kcl-lang/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document # branch should not be protected - lock-pullrequest-aftermerge: True + lock-pullrequest-aftermerge: false path-to-signatures: 'signatures/version1/cla.json' remote-organization-name: kcl-lang remote-repository-name: cla.db