diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 858f3ee7e48..4b39ba3eb9a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -5,8 +5,7 @@ on: push: branches: - master - - release - + permissions: contents: read @@ -22,5 +21,7 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into the default branch - uses: release-drafter/release-drafter@v5 + with: + config-name: release-drafter-master.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}