From f46f8ef8048a8b99e1308c2d0525f1605d22cfbb Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Thu, 9 Nov 2023 12:53:44 -0500 Subject: [PATCH] Update CLA workflow (#20336) --- .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 90adde4af..bd91a0725 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -25,10 +25,10 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: 'signatures/version1/cla.json' - path-to-document: 'https://github.com/forem/forem/blob/main/cla.md' + path-to-document: 'https://github.com/forem/forem/blob/main/CLA.md' # branch should not be protected branch: 'main' - allowlist: dependabot[bot],depfu[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) @@ -38,5 +38,5 @@ jobs: #custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign' #custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA' #custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.' - #lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true) + lock-pullrequest-aftermerge: false #use-dco-flag: true - If you are using DCO instead of CLA