From 4d70ac0cbc28072687990bcf5bd024d948eb80f0 Mon Sep 17 00:00:00 2001 From: GPK Date: Tue, 21 Jan 2025 21:48:27 +0000 Subject: [PATCH] Add ready_for_review to workflow pull_request types (#45855) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 859213e663129..1e2d4c5de212f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ on: # yamllint disable-line rule:truthy - v[0-9]+-[0-9]+-test - v[0-9]+-[0-9]+-stable - providers-[a-z]+-?[a-z]*/v[0-9]+-[0-9]+ + types: [opened, reopened, synchronize, ready_for_review] workflow_dispatch: permissions: # All other permissions are set to none by default