From 926d47d03772af7a305df233f061f5c803077276 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Thu, 28 Mar 2024 12:52:27 +0100 Subject: [PATCH] Attempt to fix the CLA bot --- .github/workflows/cla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 8eafa98..2705713 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,9 +26,9 @@ jobs: PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: 'signatures/version1/cla.json' - path-to-document: 'https://github.com/Kaszanas/FE_ClipIT_leptos/blob/master/CLA.md' # e.g. a CLA or a DCO document + path-to-document: 'https://github.com/Kaszanas/SC2DatasetPreparator/blob/dev/CLA.md' # e.g. a CLA or a DCO document # branch should not be protected - branch: 'master' + branch: 'dev' allowlist: Kaszanas,bot* #below are the optional inputs - If the optional inputs are not given, then default values will be taken