@@ -60,6 +60,7 @@ org, this PR will should have the `do-not-merge` label applied to it to ensure t
60
60
will not be merged accidentally.
61
61
62
62
{{< admonition important >}}
63
+
63
64
To prevent future conflicts with the GitHub/Crowdin integration, it is important
64
65
that you configure Crowdin to have duplicate strings share the same translation.
65
66
To do this, navigate to your project's Settings in Crowdin, select Import and under
@@ -114,11 +115,13 @@ jobs:
114
115
uses : Scientific-Python-Translations/content-sync@main
115
116
with :
116
117
source-repo : " scipy/scipy.org"
117
- source-folder : " scipy.org/ content/en/"
118
+ source-path : " content/en/"
118
119
source-ref : " main"
119
120
translations-repo : " Scientific-Python-Translations/scipy.org-translations"
120
- translations-folder : " scipy.org-translations/content/en/"
121
+ translations-path : " content/"
122
+ translations-source-path : " content/en/"
121
123
translations-ref : " main"
124
+ auto-merge : " true"
122
125
# These are provided by the Scientific Python Project and allow
123
126
# automation with bots
124
127
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
@@ -153,15 +156,18 @@ jobs:
153
156
# Provided by user
154
157
crowdin-project: "scipy.org"
155
158
source-repo: "scipy/scipy.org"
156
- source-folder : "scipy.org/ content/en/"
159
+ source-path : "content/en/"
157
160
source-ref: "main"
158
161
translations-repo: "Scientific-Python-Translations/scipy.org-translations"
159
- translations-folder: "scipy.org-translations/content/en/"
162
+ translations-path: "content/"
163
+ translations-source-path: "content/en/"
160
164
translations-ref: "main"
161
165
translation-percentage: "90"
162
166
approval-percentage: "0"
163
167
use-precommit: "true"
164
168
create-toml-file: "true"
169
+ create-upstream-pr: "true"
170
+ auto-merge: "true"
165
171
# Provided by organization secrets
166
172
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
167
173
passphrase: ${{ secrets.PASSPHRASE }}
0 commit comments