mirror of
https://github.com/doocs/advanced-java.git
synced 2025-03-22 10:40:05 +08:00
fix: remove auto merge github action
This commit is contained in:
parent
1f0b5ca94c
commit
8cf657ffe3
18
.github/workflows/branch-merge.yml
vendored
18
.github/workflows/branch-merge.yml
vendored
@ -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}"
|
|
Loading…
Reference in New Issue
Block a user