From 708e4c7043c54a02a50f4f8c4bf4aab65712004f Mon Sep 17 00:00:00 2001 From: rdkcmf Date: Thu, 25 Sep 2025 17:37:48 +0100 Subject: [PATCH] Deploy cla action --- .github/workflows/cla.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 }}