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

auto-milestone needs repo write access
pull/89638/head
Kevin Minehart 1 year ago committed by GitHub
parent f5d9c247d9
commit 07389d1030
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/auto-milestone.yml

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

Loading…
Cancel
Save