From 1f7086f8ace89e34e8e838413ecbaa43e78c4f37 Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Thu, 14 Mar 2024 22:23:31 +0800 Subject: [PATCH] Disable auto block pr option of contributor-assistant/github-action Signed-off-by: Lan Liang --- .github/workflows/cla.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index dd691550..f0b5904b 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -19,7 +19,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