From 727a988a64f9efc82c0ae72245df283159a97e71 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Tue, 21 Jan 2025 17:53:47 +0000 Subject: [PATCH] Add ready_for_review to workflow pull_request types --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d820bd4c6ec47..3e41f1ce880b4 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