Merge pull request #561 from KBVE/beta #22
Workflow file for this run
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: Patch to Dev | |
on: | |
push: | |
branches: | |
- "patch*" | |
permissions: write-all | |
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: "main" | |
pr_title: "Pulling ${{ github.ref }} into Main" | |
pr_body: | | |
:crown: *An automated PR* | |
Pulling Patch branches into Main | |
- - - | |
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" |