aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2023-01-30 17:26:41 +1100
committerBen V. Brown <[email protected]>2023-01-30 17:26:41 +1100
commit0b6c5ff837e62cacb1b0b18878c1ab0745d92e72 (patch)
tree2d3836e1c043ede0691695b33c9e57dfd2ad989c /.github
parent586fd3b288e8c0614aa93b5140e404cd2b1895ab (diff)
downloadIronOS-0b6c5ff837e62cacb1b0b18878c1ab0745d92e72.tar.gz
IronOS-0b6c5ff837e62cacb1b0b18878c1ab0745d92e72.zip
👋 Goodbye Weblate
Dropping weblate for now as its just not reliable.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/weblate.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/weblate.yml b/.github/workflows/weblate.yml
deleted file mode 100644
index 905850dc..00000000
--- a/.github/workflows/weblate.yml
+++ /dev/null
@@ -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 }}