From ce6bf70534b5ed2e4acf57ffe57d2dabc7ecc49b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 15:59:27 -0400 Subject: [PATCH] Only run pr_labeler on devel or stable-* branches (#2552) (#2604) (cherry picked from commit a2067ce1830ebe903c0418dd64cf08e3e326b282) Co-authored-by: Lyle McKarns --- .github/workflows/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7f6d5c8aae..79c24cfbc3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -4,6 +4,9 @@ "on": pull_request_target: + branches: + - devel + - "stable-*" issues: types: - opened