From 574a4a847d2d49a03e774726fac48443b241621b Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Wed, 3 Jan 2024 18:35:16 -0500 Subject: [PATCH] chore: Allow labeler action to use workflow_dispatch (#12993) * chore: Update team labeler to workflow_dispatch * Fixed conflict --- .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 44978d72d6..e9074b895e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,7 @@ name: "Pull Request Labeler" on: - - pull_request_target - - workflow_call + pull_request_target: + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true