You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# These are provided by the Scientific Python Project and allow
171
+
# automation with bots
172
172
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
173
173
passphrase: ${{ secrets.PASSPHRASE }}
174
174
token: ${{ secrets.TOKEN }}
@@ -183,7 +183,39 @@ All Pull Requests created by the Automations Bot on the translation repositories
183
183
184
184
### Cleaning up
185
185
186
-
After merging the translations PR, the Crowdin service branch (by default, named `l10n_main`) may have merge conflicts with `main`. To fix this, delete the Crowdin service branch. Crowdin will automatically recreate the service branch with merge conflicts resolved. This same process can also be used to resolve merge conflicts if translations are updated outside of Crowdin.
186
+
After merging the translations PR, the Crowdin service branch (by default, named `l10n_main`) may have merge conflicts with `main`. To fix this, we used the `clean-up` Github action to delete the Crowdin service branch. Crowdin will automatically recreate the service branch with merge conflicts resolved. This Action will also delete any stale
187
+
branches in the translations repository to keep things tidy.
188
+
189
+
### Example: Clean up SciPy translations repository
190
+
191
+
This workflow uses the `clean-up` [Github action](https://github.com/Scientific-Python-Translations/clean-up).
0 commit comments