Skip to content

Commit 68f340e

Browse files
authored
chore: changes the CLA action trigger to pull_request_target
## Purpose This PR updates the CLA Actions workflow trigger from `pull_request` to `pull_request_target`.
1 parent 6cf806f commit 68f340e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
on:
1111
merge_group:
12-
pull_request:
12+
pull_request_target:
1313
types: [opened, reopened, synchronize]
1414
branches:
1515
- main

0 commit comments

Comments
 (0)