@@ -60,6 +60,7 @@ org, this PR will should have the `do-not-merge` label applied to it to ensure t
6060will not be merged accidentally.
6161
6262{{< admonition important >}}
63+
6364To prevent future conflicts with the GitHub/Crowdin integration, it is important
6465that you configure Crowdin to have duplicate strings share the same translation.
6566To do this, navigate to your project's Settings in Crowdin, select Import and under
@@ -114,11 +115,13 @@ jobs:
114115 uses : Scientific-Python-Translations/content-sync@main
115116 with :
116117 source-repo : " scipy/scipy.org"
117- source-folder : " scipy.org/ content/en/"
118+ source-path : " content/en/"
118119 source-ref : " main"
119120 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/"
121123 translations-ref : " main"
124+ auto-merge : " true"
122125 # These are provided by the Scientific Python Project and allow
123126 # automation with bots
124127 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
@@ -153,15 +156,18 @@ jobs:
153156 # Provided by user
154157 crowdin-project: "scipy.org"
155158 source-repo: "scipy/scipy.org"
156- source-folder : "scipy.org/ content/en/"
159+ source-path : "content/en/"
157160 source-ref: "main"
158161 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/"
160164 translations-ref: "main"
161165 translation-percentage: "90"
162166 approval-percentage: "0"
163167 use-precommit: "true"
164168 create-toml-file: "true"
169+ create-upstream-pr: "true"
170+ auto-merge: "true"
165171 # Provided by organization secrets
166172 gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
167173 passphrase: ${{ secrets.PASSPHRASE }}
0 commit comments