From ef1ac3cfbfceada0dba3d7aeae90482db0145f46 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Wed, 29 Oct 2025 18:20:31 +0100 Subject: [PATCH] ci(workflows): specify `pull_request_target` branches --- .github/workflows/pr-merge-conflicts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-merge-conflicts.yml b/.github/workflows/pr-merge-conflicts.yml index 7e67b7a..c1c1e3f 100644 --- a/.github/workflows/pr-merge-conflicts.yml +++ b/.github/workflows/pr-merge-conflicts.yml @@ -3,6 +3,8 @@ name: "Label PRs with conflicts" on: push: pull_request_target: + branches: + - main types: [synchronize] permissions: