From b07113c7bfa6b85d55a76bc122c33f6aeb236091 Mon Sep 17 00:00:00 2001 From: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:06:56 -0500 Subject: [PATCH] feat: add draft workflow --- .github/release-drafter.yml | 4 ++-- .github/workflows/draft.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 70b2a3f..a2beeef 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -31,7 +31,7 @@ version-resolver: template: | ## Changes - + $CHANGES - + Special thanks to: $CONTRIBUTORS diff --git a/.github/workflows/draft.yaml b/.github/workflows/draft.yaml index 423582b..f136f49 100644 --- a/.github/workflows/draft.yaml +++ b/.github/workflows/draft.yaml @@ -8,6 +8,8 @@ on: jobs: update-draft: runs-on: ubuntu-latest + permissions: + contents: write steps: # Drafts your next Release notes as Pull Requests are merged into "main" - uses: release-drafter/release-drafter@v5