From 3381b401f60d5b447e049be333e03abd8d997e88 Mon Sep 17 00:00:00 2001 From: Cheikh Mbengue Date: Sat, 31 Jan 2026 11:47:41 -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 b622a93..faa693b 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