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: Loc Huynh <[email protected]>
  • Loading branch information
russellb authored and JC1DA committed Nov 11, 2024
1 parent a1f6731 commit d4e7cd2
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 d4e7cd2

Please sign in to comment.