From 67d4899ed360876dd2ee0642bb92814f25c279ce Mon Sep 17 00:00:00 2001
From: Manuel <30572287+manuel-rw@users.noreply.github.com>
Date: Sat, 1 Jun 2024 23:04:49 +0200
Subject: [PATCH] ci: add automerge label to create PR step
---
.github/workflows/deployment-weekly-release.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/deployment-weekly-release.yml b/.github/workflows/deployment-weekly-release.yml
index 74b7bb487..07c06fcca 100644
--- a/.github/workflows/deployment-weekly-release.yml
+++ b/.github/workflows/deployment-weekly-release.yml
@@ -38,6 +38,7 @@ jobs:
old_string: "**This is an automatic release**.
Manual action may be required for major bumps.
Detected change to be ``${{ steps.semver.outputs.bump }}``
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 }}