From 3a81b4e57fd1050f3c2e546454d90aefac861ad9 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 7 May 2026 09:24:12 +1000 Subject: [PATCH] Updating the action triggers for more events (#1636) --- .github/workflows/contributor-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributor-check.yml b/.github/workflows/contributor-check.yml index c156613f..8696956d 100644 --- a/.github/workflows/contributor-check.yml +++ b/.github/workflows/contributor-check.yml @@ -2,9 +2,9 @@ name: Contributor Reputation Check on: pull_request_target: - types: [opened] + types: [opened, synchronize, reopened, edited, ready_for_review] issues: - types: [opened] + types: [opened, reopened, edited] permissions: contents: read