From bbd665de878426585d43372ab4dcae82968babc3 Mon Sep 17 00:00:00 2001 From: Matthew Runyon Date: Mon, 24 Mar 2025 16:14:41 -0500 Subject: [PATCH] ci: Run pr-check action on reopened PRs --- .github/workflows/conventional-pr-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conventional-pr-check.yml b/.github/workflows/conventional-pr-check.yml index de479fa469..1fe7ca9d56 100644 --- a/.github/workflows/conventional-pr-check.yml +++ b/.github/workflows/conventional-pr-check.yml @@ -4,6 +4,7 @@ on: pull_request_target: types: - opened + - reopened - edited - synchronize