From bc344f4fb3672926621ac4c223cb3492a2fc3a76 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 17 Apr 2026 16:09:53 +0200 Subject: [PATCH] Resolve `labeler.yml` --- .github/workflows/labeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6ba567399..58c689237 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,6 @@ name: Labels on: - pull_request_target: + pull_request_target: # zizmor: ignore[dangerous-triggers] types: - opened - synchronize @@ -9,6 +9,8 @@ on: - labeled - unlabeled +permissions: {} + jobs: labeler: permissions: -- 2.47.3