From 1a27bae7f7c3f34640e0a33ad7b244193e6e519e Mon Sep 17 00:00:00 2001 From: Anton Troyanov Date: Wed, 17 Jul 2024 11:52:55 +0400 Subject: [PATCH] ci: use `pull_request_target` for cla-check When run on the `pull_request_target` event, `has-signed-canonical-cla` action will also comment on the PR if any authors have not signed the CLA, and update those messages when new commits or runs are processed. --- .github/workflows/cla-check.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index f79e0d9..aeef9a8 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -1,8 +1,6 @@ name: cla-check -on: - pull_request: - branches: [master] +on: [pull_request_target] jobs: cla-check: