[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
7
.github/workflows/cleanup_pr_body.yml
vendored
7
.github/workflows/cleanup_pr_body.yml
vendored
@ -1,8 +1,11 @@
|
|||||||
name: Cleanup PR Body
|
name: Cleanup PR Body
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, edited, synchronize]
|
types: [opened, reopened, edited]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-description:
|
update-description:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user