diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 44a6ed8..736bc2d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -22,8 +22,8 @@ jobs: - name: Draft Release uses: release-drafter/release-drafter@v6 with: - config-name: release-drafter-template.yml + config-name: gh-release-drafter.yml commitish: ${{ inputs.sha || github.sha }} - disable-autolabeler: false + disable-autolabeler: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file