Update CLA workflow (#20336)
This commit is contained in:
parent
e7fc1bb0ce
commit
f46f8ef804
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cla.yml
vendored
6
.github/workflows/cla.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue