From ff70dc387e10eb1c4428996fa2da637a0f64499f Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 31 Mar 2026 14:42:07 -0700 Subject: [PATCH] Add 'ready_for_review' type to pull request events --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c0f03c3..c7543f6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,7 +5,7 @@ permissions: on: pull_request: - types: [opened, reopened, synchronize] + types: [opened, reopened, synchronize, ready_for_review] jobs: tests: