From 0d413f5c55161df782594a0d45b05c5a697ced6d Mon Sep 17 00:00:00 2001
From: sarthurdev <965089+sarthurdev@users.noreply.github.com>
Date: Sun, 27 Aug 2023 12:19:24 +0200
Subject: github: Labeler needs to run on `pull_request_target`

Ref: https://github.com/actions/labeler#permissions
---
 .github/workflows/pull-request-labels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.github/workflows')

diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml
index eabef2289..778daae30 100644
--- a/.github/workflows/pull-request-labels.yml
+++ b/.github/workflows/pull-request-labels.yml
@@ -2,7 +2,7 @@
 name: Add pull request labels
 
 on:
-  pull_request:
+  pull_request_target:
     branches:
       - current
       - crux
-- 
cgit v1.2.3