[CI/Build] Give PR cleanup job PR write access (#10139)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant 2024-11-07 23:10:20 -05:00 committed by GitHub
parent 201fc07730
commit 6bb52b0f97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -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: