mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change target branch for translation (#8015)
This commit is contained in:
parent
7d844e02be
commit
d5e8227782
2
.github/workflows/translations.yaml
vendored
2
.github/workflows/translations.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
create_pull_request: true
|
create_pull_request: true
|
||||||
pull_request_title: 'New Crowdin updates'
|
pull_request_title: 'New Crowdin updates'
|
||||||
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
|
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
|
||||||
pull_request_base_branch_name: 'l10'
|
pull_request_base_branch_name: 'master'
|
||||||
pull_request_labels: 'translations'
|
pull_request_labels: 'translations'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,6 +31,7 @@ var/
|
|||||||
# Django stuff:
|
# Django stuff:
|
||||||
*.log
|
*.log
|
||||||
local_settings.py
|
local_settings.py
|
||||||
|
*.sqlite
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
*.sqlite3-journal
|
*.sqlite3-journal
|
||||||
*.backup
|
*.backup
|
||||||
|
Loading…
Reference in New Issue
Block a user