diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 3d802280..3969ec58 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,46 +1,23 @@ categories: - - title: 'Features' - label: 'feat' - - title: 'Fixes' - label: 'fix' - - title: 'Documentation' - label: 'docs' - - title: 'Maintenance' - labels: - - 'chore' - - 'ci' - - 'cleanup' - - 'perf' - - 'refactor' - - 'style' - - 'test' - -autolabeler: - - label: 'feat' - title: '/^feat:/' - - label: 'fix' - title: '/^fix:/' - - label: 'docs' - title: '/^docs:/' - - - label: 'chore' - title: '/^chore:/' - - label: 'ci' - title: '/^ci:/' - - label: 'cleanup' - title: '/^cleanup:/' - - label: 'perf' - title: '/^perf:/' - - label: 'refactor' - title: '/^refactor:/' - - label: 'style' - title: '/^style:/' - - label: 'test' - title: '/^test:/' + - title: 'Features' + label: 'feat' + - title: 'Fixes' + label: 'fix' + - title: 'Documentation' + label: 'docs' + - title: 'Maintenance' + labels: + - 'chore' + - 'ci' + - 'cleanup' + - 'perf' + - 'refactor' + - 'style' + - 'test' template: | - ## Contributors - $CONTRIBUTORS - ## What's Changed - $CHANGES + ## Contributors + $CONTRIBUTORS + ## What's Changed + $CHANGES diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index f5fa84fe..17935f41 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -5,19 +5,10 @@ on: # branches to consider in the event; optional, defaults to all branches: - main - # pull_request event is required only for autolabeler - pull_request: - # Only following types are handled by the action, but one can default to all as well - types: - - opened - - reopened - - synchronize - jobs: update_release_draft: permissions: contents: write - pull-requests: write runs-on: ubuntu-latest steps: # Drafts your next Release notes as Pull Requests are merged into "main"