mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-20 02:51:09 +00:00
feat(workflow): add sync dev
This commit is contained in:
24
.github/workflows/sync_dev.yml
vendored
Normal file
24
.github/workflows/sync_dev.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: sync dev
|
||||
|
||||
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
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
delete-branch: false
|
||||
base: dev
|
||||
title: "chore(sync): merge dev into main"
|
||||
Reference in New Issue
Block a user