From dd50669a66576e1fd8a979e6241555423af3d58d Mon Sep 17 00:00:00 2001 From: borislavr Date: Mon, 13 Oct 2025 13:07:48 +0000 Subject: [PATCH 1/2] chore(ci): update of CLA workflow Pinned `contributor-assistant/github-action` version to v2.6.1 SHA --- .github/workflows/cla.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 9655936..3ee48eb 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -11,7 +11,6 @@ permissions: jobs: CLAAssistant: - if: github.event.pull_request.draft == false permissions: actions: write contents: write @@ -21,7 +20,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@v2.6.1 + uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 #v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }} From 038740c5be4ae9bb874d645b24549dd9ceefb3ec Mon Sep 17 00:00:00 2001 From: borislavr Date: Thu, 18 Dec 2025 12:34:04 +0000 Subject: [PATCH 2/2] chore(ci): update of CLA workflow Removed `synchronize` and `closed` types of pull_request_target trigger --- .github/workflows/cla.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 3ee48eb..cec25c0 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -4,7 +4,7 @@ on: issue_comment: types: [created] pull_request_target: - types: [opened, closed, synchronize] + types: [opened] permissions: contents: read