From a6558329e2db82b1e2c2ec894fcc92c687a9da51 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 1 Jul 2026 11:01:15 -0700 Subject: [PATCH] Run contribution policy on PR updates --- .github/workflows/contribution-policy.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contribution-policy.yml b/.github/workflows/contribution-policy.yml index e67e05e1..abe69346 100644 --- a/.github/workflows/contribution-policy.yml +++ b/.github/workflows/contribution-policy.yml @@ -14,7 +14,14 @@ on: default: true type: boolean pull_request_target: - types: [labeled, unlabeled] + types: + - opened + - edited + - reopened + - synchronize + - ready_for_review + - labeled + - unlabeled permissions: contents: read