From 5efd31a3de59b1de42aedc1b58d603bb21425d34 Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Tue, 23 Dec 2025 13:09:39 +0000 Subject: [PATCH] fix(CI) - Adjust PR labeler configuration (#24073) --- .github/workflows/pr_labeler.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index 1c3632972..6e08bc4f6 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -1,6 +1,7 @@ name: PR Labeler on: - - pull_request_target + pull_request_target: + types: [opened, synchronize, reopened, ready_for_review] # Ready for Review = Draft to Live PR jobs: triage: @@ -15,4 +16,4 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml - sync-labels: true + sync-labels: false # true = Removes ALL current labels before adding the labels | false = Only adds the Labels