From 17f3cf5b5e37a6e9d660293cb8a780d2953b58b3 Mon Sep 17 00:00:00 2001 From: Jack Hickey <133868041+nginx-jack@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:21:29 +0000 Subject: [PATCH] CICD: Change on target of labler to fix permissions --- .github/workflows/labeler.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 667025ada..975aad2c4 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,8 +1,7 @@ name: PR Labeler on: - pull_request: - types: [opened, synchronize, reopened] +- pull_request_target permissions: contents: read # Required to read the labeler.yml file