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