File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 10
10
- name : Sync Pandas translations
11
11
uses : Scientific-Python-Translations/translations-sync@main
12
12
with :
13
- # Provided by user
14
13
crowdin-project : " Pandas"
15
14
source-repo : " pandas-dev/pandas"
16
15
source-folder : " web/pandas/"
24
23
use-pre-commit : " false"
25
24
create-upstream-pr : " false"
26
25
auto-merge : " false"
27
- # Provided by organization secrets
26
+ # These are provided by the Scientific Python Project and allow
27
+ # automation with bots
28
28
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
29
29
passphrase : ${{ secrets.PASSPHRASE }}
30
30
token : ${{ secrets.TOKEN }}
Original file line number Diff line number Diff line change
1
+ # https://support.crowdin.com/developer/configuration-file/
1
2
project_identifier : PROJECT_IDENTIFIER_CROWDIN
3
+ pull_request_title : New Crowdin updates # Do not change this line
4
+ pull_request_labels :
5
+ - do-not-merge # Do not change this line
2
6
api_key : API_KEY_CROWDIN
3
7
base_path : ./
4
8
preserve_hierarchy : true
5
9
files :
10
+ # Update this to the correct extensions of your project
6
11
- source : /web/pandas/content/en/index.html
7
12
translation : /web/pandas/content/%two_letters_code%/%original_file_name%
8
13
update_option : " update_as_unapproved"
You can’t perform that action at this time.
0 commit comments