fix: remove auto merge github action

This commit is contained in:
yanglbme 2021-04-05 10:42:56 +08:00
parent 1f0b5ca94c
commit 8cf657ffe3

View File

@ -1,18 +0,0 @@
name: Merge Branch
on:
push:
branches: [imgbot]
jobs:
merge-branch:
runs-on: ubuntu-latest
if: github.repository == 'doocs/advanced-java'
steps:
- uses: actions/checkout@v2
- uses: everlytic/branch-merge@1.1.0
with:
github_token: ${{ github.token }}
source_ref: ${{ github.ref }}
target_branch: main
commit_message_template: "[Automated] Merged {source_ref} into {target_branch}"