From 0de2974e7ecc8ae1060ddbcb32a867311ff03d75 Mon Sep 17 00:00:00 2001 From: PatrickMenoti <82882574+PatrickMenoti@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:46:13 -0300 Subject: [PATCH] chore: only run CLA workflow on opened PRs --- .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 56403861c..2809df04c 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -3,7 +3,7 @@ on: issue_comment: types: [created] pull_request_target: - types: [opened,closed,synchronize] + types: [opened, synchronize] jobs: CLAssistant: