From fe70e9c7abbc6bf959c40073935253126939cdfb Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 9 Apr 2026 08:38:44 +0200 Subject: [PATCH] Resolve `detect-conflicts.yml` --- .github/workflows/detect-conflicts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/detect-conflicts.yml b/.github/workflows/detect-conflicts.yml index 3ac6f65e2f..38d526bd9b 100644 --- a/.github/workflows/detect-conflicts.yml +++ b/.github/workflows/detect-conflicts.yml @@ -1,9 +1,11 @@ name: "Conflict detector" on: push: - pull_request_target: + pull_request_target: # zizmor: ignore[dangerous-triggers] types: [synchronize] +permissions: {} + jobs: main: permissions: