From f02bbd22ea6ec66cafc7a9c447dae372ce8b327e Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Thu, 6 Mar 2025 20:58:37 -0800 Subject: [PATCH] Only predict area labels for PRs into main and dev --- .github/workflows/labeler-predict-pulls.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/labeler-predict-pulls.yml b/.github/workflows/labeler-predict-pulls.yml index 72b29e004f8..102f31ac7b1 100644 --- a/.github/workflows/labeler-predict-pulls.yml +++ b/.github/workflows/labeler-predict-pulls.yml @@ -13,6 +13,9 @@ on: # Only automatically predict area labels when pull requests are first opened pull_request_target: types: opened + branches: + - 'main' + - 'dev' # Allow dispatching the workflow via the Actions UI, specifying ranges of numbers workflow_dispatch: