From a04d34eb99a7e80242a982f800e233e68c2fd3b5 Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Thu, 18 Jul 2024 05:16:35 +0000 Subject: [PATCH] Not auto block prs. Signed-off-by: Lan Liang --- .github/workflows/cla.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 250c57c..2d3bc46 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -24,6 +24,7 @@ jobs: remote-repository-name: cla.db branch: 'main' allowlist: bot* + lock-pullrequest-aftermerge: false #below are the optional inputs - If the optional inputs are not given, then default values will be taken #remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)