From 07389d1030f27fe6a8d9c8605fc84f9a2f3facc2 Mon Sep 17 00:00:00 2001 From: Kevin Minehart <5140827+kminehart@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:09:05 -0500 Subject: [PATCH] CI: auto-milestone needs repo write access (#89633) auto-milestone needs repo write access --- .github/workflows/auto-milestone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-milestone.yml b/.github/workflows/auto-milestone.yml index 7b38cb0b01d..0697888fba0 100644 --- a/.github/workflows/auto-milestone.yml +++ b/.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)