-
Notifications
You must be signed in to change notification settings - Fork 12
35 lines (32 loc) · 1.06 KB
/
auto_pull_dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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"