From d1fc58bf8166d76097f0689af06d05920a6aecaf Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Sat, 9 Sep 2023 01:02:49 -0700 Subject: [PATCH] CI: fix pr labeler permissions (#29862) * fix pr labeler * fix that old-commit-hash: 50b954d595edc43956e2dcba4ff18446df80e371 --- .github/workflows/labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 3387a24f2e..7c91b1591c 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -1,6 +1,6 @@ name: "Pull Request Labeler" on: - pull_request: + pull_request_target: jobs: labeler: