mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
👋 Goodbye Weblate
Dropping weblate for now as its just not reliable.
This commit is contained in:
25
.github/workflows/weblate.yml
vendored
25
.github/workflows/weblate.yml
vendored
@@ -1,25 +0,0 @@
|
||||
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: "dev"
|
||||
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: true
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user