From c2740ad53c98efea3b3349f80b287def068b18aa Mon Sep 17 00:00:00 2001 From: Daniel <25051234+dasanra@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:53:54 +0200 Subject: [PATCH] chore: fix CLA link --- .github/workflows/cla.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 63db9080d..44acb21fb 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -6,7 +6,7 @@ on: types: [opened, closed, synchronize] jobs: - CLAssistant: + CLAAssistant: runs-on: ubuntu-latest steps: - name: 'CLA Assistant' @@ -19,11 +19,11 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }} with: path-to-signatures: 'signatures/version1/cla.json' - path-to-document: 'https://safe.global/cla/' # e.g. a CLA or a DCO document + path-to-document: 'https://safe.global/cla' # e.g. a CLA or a DCO document # branch should not be protected branch: 'main' # user names of users allowed to contribute without CLA - allowlist: mikhailxyz,rmeissner,germartinez,Uxio0,dasanra,francovenica,luarx,DaniSomoza,yagopv,JagoFigueroa,bot* + allowlist: rmeissner,germartinez,Uxio0,dasanra,francovenica,luarx,DaniSomoza,yagopv,JagoFigueroa,bot* # the followings are the optional inputs - If the optional inputs are not given, then default values will be taken # enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)