Merge pull request #1310 from KBVE/patch-kbve-deploy-793e0f054e8d49d2… #347
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |