From 91c90e2a3c71830195aea7d84c2b3dbce24eeabc Mon Sep 17 00:00:00 2001 From: Matt Wonlaw Date: Mon, 6 Jul 2026 11:39:03 -0400 Subject: [PATCH] chore: explicit triggers github was complaining when I tried to enable this across all repos --- .github/workflows/signed-commit-authors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/signed-commit-authors.yml b/.github/workflows/signed-commit-authors.yml index 7857d11..0926379 100644 --- a/.github/workflows/signed-commit-authors.yml +++ b/.github/workflows/signed-commit-authors.yml @@ -10,7 +10,9 @@ name: Signed Commit Authors on: pull_request_target: + types: [opened, synchronize, reopened] merge_group: + types: [checks_requested] permissions: {}