From 8ae1e00d455a897159ad2711e23bdb2e8267bd3a Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Wed, 9 Oct 2024 01:18:17 +0200 Subject: [PATCH] .woodpecker/.deploy.yaml: add a random message to PR --- .woodpecker/.deploy.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 5f19257..d4327c3 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -49,7 +49,7 @@ steps: exclude: master event: push - name: create pull request (prod) - image: johnwalkerx/gitea-pull-request-create-plugin:latest + image: git.ar21.de/tom/push-message-randomizer:latest pull: true settings: gitea_address: https://git.ar21.de @@ -63,6 +63,8 @@ steps: pr_body: | ### ℹ Dashboard image update + {- random-pr-message -} + ### Configuration 📅 **Schedule**: Branch creation - At any time, Automerge - At any time. @@ -77,7 +79,7 @@ steps: - branch: master event: push - name: create pull request (staging) - image: johnwalkerx/gitea-pull-request-create-plugin:latest + image: git.ar21.de/tom/push-message-randomizer:latest pull: true settings: gitea_address: https://git.ar21.de @@ -91,6 +93,8 @@ steps: pr_body: | ### ℹ Dashboard image update + {- random-pr-message -} + ### Configuration 📅 **Schedule**: Branch creation - At any time, Automerge - At any time.