parent
b33c20bcc1
commit
c72dc3d7a1
@ -0,0 +1,17 @@
|
|||||||
|
name: Merge Branch
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ imgbot ]
|
||||||
|
|
||||||
|
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: ${{ github.ref }}
|
||||||
|
target_branch: 'master'
|
||||||
|
commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'
|
Loading…
Reference in new issue