diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index f5fa84fe0..17935f41c 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"