ci: add automerge label to create PR step

This commit is contained in:
Manuel
2024-06-01 23:04:49 +02:00
parent a6a6734097
commit 67d4899ed3

View File

@@ -38,6 +38,7 @@ jobs:
old_string: "**This is an automatic release**.<br/>Manual action may be required for major bumps.<br/>Detected change to be ``${{ steps.semver.outputs.bump }}``<br/>Bump version from ``${{ steps.semver.outputs.current }}`` to ``${{ steps.semver.outputs.next }}``"
source_branch: dev
target_branch: main
label: "automerge"
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}