From 02cc775da5726522eb1e273675dc36ba3c6565b8 Mon Sep 17 00:00:00 2001 From: Becheler <8360330+Becheler@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:25:55 +0200 Subject: [PATCH 1/2] fix: drafter config --- .github/workflows/release-drafter.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index dfd303c3..fd471fab 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -10,8 +10,8 @@ on: # 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 +29,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: From e954a4e11ce3458e24efafdb970233d69d7a0a0f Mon Sep 17 00:00:00 2001 From: Becheler <8360330+Becheler@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:26:18 +0200 Subject: [PATCH 2/2] fix: drafter config --- .github/workflows/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index fd471fab..5f616cb6 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -5,6 +5,7 @@ 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