From f3ffc88f26f284b2d0440ab851693ebd0404f1cd Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:02:11 +0100 Subject: [PATCH] ci: fix permissions for "Auto-label PRs based on title" (#31776) --- .github/workflows/label-base-on-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-base-on-title.yml b/.github/workflows/label-base-on-title.yml index 6b12e75768..4e811edf99 100644 --- a/.github/workflows/label-base-on-title.yml +++ b/.github/workflows/label-base-on-title.yml @@ -1,7 +1,7 @@ name: "Auto-label PRs based on title" on: - pull_request: + pull_request_target: types: [opened, reopened] jobs: