mirror of
https://github.com/immich-app/immich.git
synced 2026-07-14 09:00:59 +00: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:
parent
ff7dca35f5
commit
df4c25e567
1 changed files with 1 additions and 1 deletions
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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
|
||||
permissions: {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue