mirror of
https://github.com/immich-app/immich.git
synced 2026-02-28 09:38:43 +03:00
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.
This commit is contained in:
2
.github/workflows/close-llm-pr.yml
vendored
2
.github/workflows/close-llm-pr.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Close LLM-generated PRs
|
name: Close LLM-generated PRs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [labeled]
|
types: [labeled]
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user