From c48aa4e135de300df05151f17347c4c931a80767 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 May 2023 20:00:21 +0000 Subject: [PATCH] Fix release drafter workflow (#790) Signed-off-by: Matt Provost Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> (cherry picked from commit ce8acf41cc58cccbef180d1d93e0025e29e4a312) Signed-off-by: github-actions[bot] --- .github/workflows/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 7e37132de3..8ee40aad21 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + issues: write steps: - name: Checkout uses: actions/checkout@v2