From df4c25e567ef37a8160a368af396a9aee01f8a2e Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Sun, 15 Feb 2026 11:47:01 +0100 Subject: [PATCH] fix: use pull_request_target in close-llm-pr.yml (#26232) So that it actually has write permissions; this should be safe as it doesn't use any external input. --- .github/workflows/close-llm-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-llm-pr.yml b/.github/workflows/close-llm-pr.yml index f17d98e684..a6dbfba9af 100644 --- a/.github/workflows/close-llm-pr.yml +++ b/.github/workflows/close-llm-pr.yml @@ -1,7 +1,7 @@ name: Close LLM-generated PRs on: - pull_request: + pull_request_target: types: [labeled] permissions: {}