.woodpecker/.deploy.yaml: add a random message to PR
This commit is contained in:
parent
fa663a63e0
commit
8ae1e00d45
1 changed files with 6 additions and 2 deletions
|
@ -49,7 +49,7 @@ steps:
|
||||||
exclude: master
|
exclude: master
|
||||||
event: push
|
event: push
|
||||||
- name: create pull request (prod)
|
- name: create pull request (prod)
|
||||||
image: johnwalkerx/gitea-pull-request-create-plugin:latest
|
image: git.ar21.de/tom/push-message-randomizer:latest
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
gitea_address: https://git.ar21.de
|
gitea_address: https://git.ar21.de
|
||||||
|
@ -63,6 +63,8 @@ steps:
|
||||||
pr_body: |
|
pr_body: |
|
||||||
### ℹ Dashboard image update
|
### ℹ Dashboard image update
|
||||||
|
|
||||||
|
{- random-pr-message -}
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
📅 **Schedule**: Branch creation - At any time, Automerge - At any time.
|
📅 **Schedule**: Branch creation - At any time, Automerge - At any time.
|
||||||
|
@ -77,7 +79,7 @@ steps:
|
||||||
- branch: master
|
- branch: master
|
||||||
event: push
|
event: push
|
||||||
- name: create pull request (staging)
|
- name: create pull request (staging)
|
||||||
image: johnwalkerx/gitea-pull-request-create-plugin:latest
|
image: git.ar21.de/tom/push-message-randomizer:latest
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
gitea_address: https://git.ar21.de
|
gitea_address: https://git.ar21.de
|
||||||
|
@ -91,6 +93,8 @@ steps:
|
||||||
pr_body: |
|
pr_body: |
|
||||||
### ℹ Dashboard image update
|
### ℹ Dashboard image update
|
||||||
|
|
||||||
|
{- random-pr-message -}
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
📅 **Schedule**: Branch creation - At any time, Automerge - At any time.
|
📅 **Schedule**: Branch creation - At any time, Automerge - At any time.
|
||||||
|
|
Loading…
Reference in a new issue