From e040ce06180ccf005407425844a1bda17f121357 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 9 Apr 2024 13:25:54 +0200 Subject: [PATCH] Update cla.yml (#9905) --- .github/workflows/cla.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 376974e7d1..be9c2e446b 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,4 +1,6 @@ # Ultralytics YOLO 🚀, AGPL-3.0 license +# Ultralytics Contributor License Agreement (CLA) action https://docs.ultralytics.com/help/CLA +# This workflow automatically requests Pull Requests (PR) authors to sign the Ultralytics CLA before PRs can be merged name: CLA Assistant on: @@ -21,7 +23,7 @@ jobs: uses: contributor-assistant/github-action@v2.3.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # must be repository secret token + # must be repository secret PAT PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: "signatures/version1/cla.json"