Skip to content

Workflow file for this run

name: KBVE Auto Dev <-> Alpha Pull Request
on:
push:
branches:
- "dev*"
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- name: pull-request
uses: actions/checkout@v3
- name: auto-deploy
uses: diillson/auto-pull-request@v1.0.1
with:
destination_branch: "alpha" # If blank, default: master
pr_title: "Pulling ${{ github.ref }} into alpha" # Title of pull request
pr_body: | # Full markdown support, requires pr_title to be set
:crown: *An automated PR*
Pulling Dev branches into Alpha
- - -
For Support, please visit [KBVE Support](https://kbve.com/support/)
- - -
For Git References, please visit [KBVE Git Application Reference](https://kbve.com/application/git/)
- - -
For Project Information, please visit [KBVE Projects Information](https://kbve.com/project/)
- - -
Thank you for your contribution!
pr_label: "auto-pr"