pull-request.yml 448 B

12345678910111213141516
  1. name: Create Pull Request
  2. on:
  3. push:
  4. branches: [ translations ]
  5. jobs:
  6. pull-request:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: actions/checkout@v2
  10. - name: pull-request
  11. uses: repo-sync/pull-request@v2
  12. with:
  13. pr_title: "Update translations"
  14. pr_body: "Update translations from https://weblate.frisk.space/engage/wiki-bot/"
  15. pr_label: "translation"
  16. github_token: ${{ secrets.WIKIBOT_TOKEN }}