chore: update auto workflows (#2555)

* chore: update workflows

* chore: update Taskfile

* chore: add lable to auto-sync pr
This commit is contained in:
Misite Bao
2023-04-07 18:19:14 +10:00
committed by GitHub
parent a998465034
commit 7f1093dc51
5 changed files with 20 additions and 17 deletions
@@ -1,4 +1,4 @@
name: Sync Translated Documents
name: Sync Translations
on:
workflow_dispatch:
@@ -23,9 +23,10 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
commit-message: "docs: sync documents"
title: "docs: sync documents"
commit-message: "docs: sync translations"
title: "docs: sync translations"
body: "- [x] Sync translated documents"
branch: feature/documents
branch: chore/sync-translations
labels: translation
delete-branch: true
draft: true