CI: auto-milestone needs repo write access (#89633)

auto-milestone needs repo write access
This commit is contained in:
Kevin Minehart 2024-06-24 13:09:05 -05:00 committed by GitHub
parent f5d9c247d9
commit 07389d1030
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ on:
permissions:
pull-requests: write
contents: write
# Note: this action runs with write permissions on GITHUB_TOKEN even from forks
# so it must not run untrusted code (such as checking out the pull request)