diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index dfd303c3..5f616cb6 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -5,13 +5,14 @@ on: # branches to consider in the event; optional, defaults to all branches: - master + - develop # 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] # pull_request_target event is required for autolabeler to support PRs from forks - pull_request_target: - types: [opened, reopened, synchronize] + # pull_request_target: + # types: [opened, reopened, synchronize] permissions: contents: read @@ -29,8 +30,7 @@ jobs: # Drafts your next Release notes as Pull Requests are merged into "master" - uses: release-drafter/release-drafter@v6 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml - with: - enable_jekyll: true + # with: # config-name: drafter-config.yml # disable-autolabeler: true env: