diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index e22ba2a75..151b37800 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,10 +26,10 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: "signatures/version1/cla.json" - path-to-document: "https://github.com/cla-assistant/github-action/blob/master/SAPCLA.md" # e.g. a CLA or a DCO document + path-to-document: https://gist.githubusercontent.com/konstantika/217986f1a636d42bf4fcf3680a11a5b8/raw/808a16c96ac10ac4ce703525faf586c86f574c02/csg_cla_ansible.txt # branch should not be protected branch: "main" - allowlist: user1,bot* + allowlist: bot* # the followings 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) #remote-repository-name: enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)