Add translation category and Crowdin PR label
This commit is contained in:
parent
9893c5e846
commit
311f232686
2 changed files with 8 additions and 0 deletions
7
.github/release-drafter.yml
vendored
7
.github/release-drafter.yml
vendored
|
|
@ -17,6 +17,7 @@ version-resolver:
|
|||
- 'bug'
|
||||
- 'fix'
|
||||
- 'dependencies'
|
||||
- 'translation'
|
||||
- 'documentation'
|
||||
default: patch
|
||||
|
||||
|
|
@ -38,6 +39,9 @@ categories:
|
|||
- 'dependencies'
|
||||
- 'ci'
|
||||
- 'chore'
|
||||
- title: '🌐 Translations'
|
||||
labels:
|
||||
- 'translation'
|
||||
- title: '📚 Documentation'
|
||||
labels:
|
||||
- 'documentation'
|
||||
|
|
@ -72,6 +76,9 @@ autolabeler:
|
|||
- 'Dockerfile*'
|
||||
- 'docker-entrypoint.sh'
|
||||
- 'k3d/**'
|
||||
|
||||
- label: 'translation'
|
||||
files:
|
||||
- 'public/locales/**'
|
||||
|
||||
template: |
|
||||
|
|
|
|||
1
.github/workflows/crowdin.yml
vendored
1
.github/workflows/crowdin.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
download_translations: true
|
||||
crowdin_branch_name: dev
|
||||
localization_branch_name: l10n_dev
|
||||
pull_request_labels: translation
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue