From e3460117bfb5517103083ea0e1e7f5c28ffd2f7c Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Fri, 13 Sep 2024 15:36:04 +0300 Subject: [PATCH] ci(.github): trigger release-labels when draft PRs are ready for review --- .github/workflows/contrib.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index e0a57909a37d8..912242051fe10 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -13,6 +13,8 @@ on: - opened - reopened - edited + # For jobs that don't run on draft PRs. + - ready_for_review # Only run one instance per PR to ensure in-order execution. concurrency: pr-${{ github.ref }}