Skip to content

Merge pull request #1310 from KBVE/patch-kbve-deploy-793e0f054e8d49d2… #347

Merge pull request #1310 from KBVE/patch-kbve-deploy-793e0f054e8d49d2…

Merge pull request #1310 from KBVE/patch-kbve-deploy-793e0f054e8d49d2… #347

Workflow file for this run

name: Release
on:
#workflow_dispatch:
# Branches
push:
branches: ["dev*"]
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- name: pull-request
uses: actions/checkout@v3
with:
ref: dev
- name: auto-deploy
uses: diillson/[email protected]
with:
source_branch: "dev"
destination_branch: "main"
pr_title: "Staging ${{ github.ref }} into Main"
pr_body: |
:crown: *An automated PR*
Pulling Dev branches into Main for release.
- - -
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/)
- - -
Preparing the stage.
pr_label: "auto-pr"