diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml new file mode 100644 index 0000000..8825b23 --- /dev/null +++ b/.github/workflows/release-drafter.yaml @@ -0,0 +1,20 @@ +name: Release Drafter +on: + push: + branches: + - main + pull_request: + types: + - opened + - reopened + - synchronize + - edited +permissions: + contents: read + +jobs: + release-draft: + permissions: + pull-requests: write + contents: write + uses: coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter-go.yaml@v0.1.2