From ae214ed6a2e0885393f81aa844ee7f00c626e4cb Mon Sep 17 00:00:00 2001 From: LE COZ Cedric <12274523+cedriclecoz@users.noreply.github.com> Date: Wed, 20 Aug 2025 01:00:58 +0100 Subject: [PATCH] Update cla.yml Copilot auto fix which was missing permissions on action / status. --- .github/workflows/cla.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 7e3d9d6..92a65e2 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -8,6 +8,8 @@ on: permissions: contents: read pull-requests: write + actions: write + statuses: write jobs: CLA-Lite: