Skip to content

Commit

Permalink
Updates to the Crowdin CLI (#3530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kowlin authored Feb 8, 2020
1 parent 84870f2 commit ec97f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.cogcreators_bot_repo_scoped }}
commit-message: Automated Crowdin downstream
commiter: Cog-Creators Bot <51291613+Cog-CreatorsBot@users.noreply.github.com>
title: "[i18n] Automated Crowdin downstream"
body: |
This is an automated PR.
Please ensure that there are no errors or invalid files are in the PR.
labels: "Automated PR, Category: i18n"
branch: "automated/i18n"

1 change: 1 addition & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
api_key_env: CROWDIN_API_KEY
project_identifier_env: CROWDIN_PROJECT_ID
base_path: ./redbot/
preserve_hierarchy: true
files:
- source: cogs/**/messages.pot
translation: /%original_path%/%locale%.po
Expand Down

0 comments on commit ec97f0c

Please sign in to comment.