Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wikimedia/wikipedia-ios into locali…
Browse files Browse the repository at this point in the history
…zation_script
  • Loading branch information
joewalsh committed Oct 6, 2020
2 parents cf9c672 + 82258bd commit 76f857a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Commits are periodically made to the twn branch with new translations from
# TranslateWiki. This workflow is activated by those commits. It runs the
# script that reads the localizations from TranslateWiki and imports them
# into the app. The workflow then commits the result and opens a PR.
# into the app. The workflow then commits the result.
#
name: Import localizations from TranslateWiki

Expand All @@ -27,12 +27,3 @@ jobs:
git add .
git commit -m "Import translations from TranslateWiki"
git push
curl --request POST \
--url https://api.github.com/repos/${{ github.repository }}/pulls \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
--data '{
"title": "Import translations from TranslateWiki",
"head": "${{ github.ref }}",
"base": "main"
}'

0 comments on commit 76f857a

Please sign in to comment.