mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 01:10:22 +08:00
chore(workflow): remove sync_dev
This commit is contained in:
23
.github/workflows/sync_dev.yml
vendored
23
.github/workflows/sync_dev.yml
vendored
@@ -1,23 +0,0 @@
|
||||
name: Merge dev into main
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync_dev:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
|
||||
- name: Create Pull Request
|
||||
run: |
|
||||
gh pr create --title "chore(sync): merge dev into main" --body "Merge dev to main" --base main --head dev
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
Reference in New Issue
Block a user