Update CLA Action (#13831)
This commit is contained in:
parent
c6646830ed
commit
9f62c0f707
1 changed files with 9 additions and 4 deletions
13
.github/workflows/cla.yml
vendored
13
.github/workflows/cla.yml
vendored
|
|
@ -13,6 +13,12 @@ on:
|
||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
actions: write
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
statuses: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CLA:
|
CLA:
|
||||||
if: github.repository == 'ultralytics/ultralytics'
|
if: github.repository == 'ultralytics/ultralytics'
|
||||||
|
|
@ -23,17 +29,16 @@ jobs:
|
||||||
uses: contributor-assistant/github-action@v2.4.0
|
uses: contributor-assistant/github-action@v2.4.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# must be repository secret PAT
|
# Must be repository secret PAT
|
||||||
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
with:
|
with:
|
||||||
path-to-signatures: "signatures/version1/cla.json"
|
path-to-signatures: "signatures/version1/cla.json"
|
||||||
path-to-document: "https://docs.ultralytics.com/help/CLA" # CLA document
|
path-to-document: "https://docs.ultralytics.com/help/CLA" # CLA document
|
||||||
# branch should not be protected
|
# Branch must not be protected
|
||||||
branch: "main"
|
branch: cla-signatures
|
||||||
allowlist: dependabot[bot],github-actions,[pre-commit*,pre-commit*,bot*
|
allowlist: dependabot[bot],github-actions,[pre-commit*,pre-commit*,bot*
|
||||||
|
|
||||||
remote-organization-name: ultralytics
|
remote-organization-name: ultralytics
|
||||||
remote-repository-name: cla
|
remote-repository-name: cla
|
||||||
custom-pr-sign-comment: "I have read the CLA Document and I sign the CLA"
|
custom-pr-sign-comment: "I have read the CLA Document and I sign the CLA"
|
||||||
custom-allsigned-prcomment: All Contributors have signed the CLA. ✅
|
custom-allsigned-prcomment: All Contributors have signed the CLA. ✅
|
||||||
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue