From 9d94a024491fe13183710e3559a3dd1a03e042a9 Mon Sep 17 00:00:00 2001 From: Cheikh Mbengue Date: Sat, 31 Jan 2026 11:36:08 -0400 Subject: [PATCH] chore: changes the CLA action trigger to pull_request_target This PR updates the CLA Actions workflow trigger from `pull_request` to `pull_request_target`. --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index b622a93c..faa693bc 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -9,7 +9,7 @@ permissions: on: merge_group: - pull_request: + pull_request_target: types: [opened, reopened, synchronize] branches: - main