diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 92a65e2..c58b1b0 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,9 +1,4 @@ name: "CLA" -on: - issue_comment: - types: [created] - pull_request_target: - types: [opened,closed,synchronize] permissions: contents: read @@ -11,9 +6,15 @@ permissions: actions: write statuses: write +on: + issue_comment: + types: [created] + pull_request_target: + types: [opened, closed, synchronize] + jobs: CLA-Lite: name: "Signature" - uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@main + uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@v1 secrets: PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}