From 8abaabc591227db996d7b799c68148e48ab1080f Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:11:26 +0100 Subject: [PATCH] labeler: run when marked as "ready for review" (#15436) --- .github/workflows/labeler.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9008e55bd7..fceed87c21 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,5 +1,9 @@ name: PR Labeler -on: pull_request_target +on: + pull_request_target: + pull_request: + types: + - ready_for_review permissions: pull-requests: write jobs: