1
0
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:
源文雨
2024-07-01 17:52:19 +09:00
parent 168616517a
commit 522d101c0b

View File

@@ -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 }}