Skip to content

Commit

Permalink
Update format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Oct 21, 2024
1 parent 16c0ada commit a99cd8d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,16 @@ jobs:

CLA:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Run Ultralytics CLA Check
uses: ultralytics/actions/cla@cla-branch
with:
token: ${{ secrets._GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
github-token: ${{ secrets._GITHUB_TOKEN }}
cla_repository: 'ultralytics/cla'
cla_branch: 'main'
cla_signatures_path: 'signatures/version1/cla.json'
cla_document_url: 'https://docs.ultralytics.com/help/CLA'
allowlist: 'dependabot[bot],github-actions,bot*'
sign_comment: 'I have read the CLA Document and I sign the CLA'
allsigned_comment: 'All Contributors have signed the CLA. ✅'

0 comments on commit a99cd8d

Please sign in to comment.