Skip to content

Commit

Permalink
[CI/Build] Give PR cleanup job PR write access (vllm-project#10139)
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: OmerD <omer@run.ai>
  • Loading branch information
russellb authored and omer-dayan committed Nov 10, 2024
1 parent 521215d commit c972bb0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cleanup_pr_body.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c972bb0

Please sign in to comment.