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 <[email protected]>
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
russellb authored and Isotr0py committed Nov 8, 2024
1 parent 5a78aa6 commit c783237
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 c783237

Please sign in to comment.