From d4fbdbe01c137731ebe29aa989015af042da18a6 Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:55:39 -0700 Subject: [PATCH] Update labeler.yml (#4234) ## What are you changing in this pull request and why? Attempting to fix the labeler workflow to only run once per PR. Hopefully this will stop causing it to remove the First time contributor label! --- .github/workflows/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7e4bb5c268a..cc231cdcde3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -5,8 +5,8 @@ name: "Pull Request Labeler" on: -- pull_request_target - + pull_request_target: + types: [opened] jobs: triage: permissions: