Adding auto branch merge
This commit is contained in:
15
.github/workflows/merge-branch.yml
vendored
Normal file
15
.github/workflows/merge-branch.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "dev"
|
||||
jobs:
|
||||
merge-branch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: everlytic/branch-merge@1.1.0
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
source_ref: 'dev'
|
||||
target_branch: 'gh-pages'
|
||||
commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'
|
||||
Reference in New Issue
Block a user