1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

CHANGELOG entry + Small adjustments to #1058

This commit is contained in:
Andrey Nering
2023-03-20 22:33:24 -03:00
parent eead5f44fc
commit fc50b846c4
5 changed files with 44 additions and 17 deletions

View File

@@ -24,9 +24,11 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
commit-message: "docs: sync translated documents"
title: "docs: sync translated documents"
body: "- [x] Sync translated documents"
branch: feature/auto-sync-translated-documents
commit-message: "Website: Sync translations"
title: "Website: Sync translations"
body: Synchonizing translations with Crowdin
branch: chore/sync-translations
delete-branch: true
draft: true
author: task-bot <106601941+task-bot@users.noreply.github.com>
labels: translation
token: ${{ secrets.GITHUB_TOKEN }}