1
0
mirror of synced 2024-12-04 11:58:01 +01:00
Retrieval-based-Voice-Conve.../.github/workflows/sync_dev.yml

25 lines
446 B
YAML
Raw Normal View History

2023-09-21 17:04:09 +02:00
name: Merge dev into main
2023-09-21 17:00:06 +02:00
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"