From 0131a3fec08b5a3478de5ea2c8e8e9cb3c5b4bf5 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 26 Jun 2023 23:29:13 -0500 Subject: [PATCH] chore(labeler): run when PR changes or master updates config --- .github/workflows/labeler.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b571c9e08..c65c84fa7 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,12 @@ name: Label Pull Requests on: - - pull_request_target + pull_request_target: + push: + branches: + - master + paths: + - '**/labeler.yml' jobs: triage: