mirror of https://github.com/vllm-project/vllm
[CI/Build] Give PR cleanup job PR write access (#10139)
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
parent
201fc07730
commit
6bb52b0f97
|
@ -1,8 +1,11 @@
|
|||
name: Cleanup PR Body
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize]
|
||||
pull_request_target:
|
||||
types: [opened, reopened, edited]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
update-description:
|
||||
|
|
Loading…
Reference in New Issue