diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 960040e..5da7e95 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -5,6 +5,7 @@ trigger: pr: autoCancel: true + drafts: false branches: include: [main, stable-1] diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ffe829f..311cf70 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,6 +24,7 @@ jobs: release-type: simple package-name: hetzner.hcloud include-v-in-tag: false + draft-pull-request: true # We use antsibull-changelog for the actual user-facing changelog. changelog-path: changelogs/dev-changelog.md