Skip to content

Commit

Permalink
Weblate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Dec 3, 2022
1 parent 9e68516 commit 8c1b9b0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/weblate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Weblate PR
on:
create:
branches: ["translations"]

jobs:
pull-request:
name: Open PR to dev
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: checkout

- uses: repo-sync/pull-request@v2
name: pull-request
with:
destination_branch: "main"
pr_title: "Merging newest translations into dev" # Title of pull request
pr_body: | # Full markdown support, requires pr_title to be set
Translations automatically submitted by Weblate
_Translations from [Weblate](https://hosted.weblate.org/projects/ironos/main-firmware/)_
pr_reviewer: "ralim"
pr_draft: false
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8c1b9b0

Please sign in to comment.