From 76c2fe492d949656fd086dd856621a55b112ac94 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 10 May 2022 09:12:24 +0200 Subject: [PATCH] ci: add CLA --- .github/workflows/sign-cla.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sign-cla.yml b/.github/workflows/sign-cla.yml index ff8b10c50f..e8c3fb3c0f 100644 --- a/.github/workflows/sign-cla.yml +++ b/.github/workflows/sign-cla.yml @@ -19,8 +19,7 @@ jobs: with: path-to-signatures: "signatures/cla.json" path-to-document: "https://github.com/windmill-labs/windmill/blob/master/CLA.md" - # branch should not be protected - branch: "main" + branch: "signatures" allowlist: rubenfiszel,bot* #below are the optional inputs - If the optional inputs are not given, then default values will be taken