From 0aeb9bc247f8a540db013380ba1c9b7ede8b7605 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 14:44:47 -0700 Subject: [PATCH] Fix release drafter workflow (#790) (#791) (cherry picked from commit ce8acf41cc58cccbef180d1d93e0025e29e4a312) Signed-off-by: Matt Provost Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> --- .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