|
1 | | -name: Tolgee CI |
| 1 | +# name: Tolgee CI |
2 | 2 |
|
3 | | -on: |
4 | | - schedule: |
5 | | - - cron: 0 0 */2 * * |
6 | | - workflow_dispatch: |
7 | | -jobs: |
8 | | - load-translations: |
9 | | - if: github.repository == 'marticliment/UniGetUI' |
10 | | - runs-on: ubuntu-latest |
| 3 | +# on: |
| 4 | +# schedule: |
| 5 | +# - cron: 0 0 */2 * * |
| 6 | +# workflow_dispatch: |
| 7 | +# jobs: |
| 8 | +# load-translations: |
| 9 | +# if: github.repository == 'marticliment/UniGetUI' |
| 10 | +# runs-on: ubuntu-latest |
11 | 11 |
|
12 | | - steps: |
13 | | - - name: Checkout repository |
14 | | - uses: actions/checkout@v6 |
| 12 | +# steps: |
| 13 | +# - name: Checkout repository |
| 14 | +# uses: actions/checkout@v6 |
15 | 15 |
|
16 | | - - name: Download Tolgee translations |
17 | | - env: |
18 | | - TOLGEE_KEY: "${{ secrets.TOLGEE_TOKEN }}" |
19 | | - run: | |
20 | | - cd scripts |
21 | | - python download_translations.py --autocommit |
| 16 | +# - name: Download Tolgee translations |
| 17 | +# env: |
| 18 | +# TOLGEE_KEY: "${{ secrets.TOLGEE_TOKEN }}" |
| 19 | +# run: | |
| 20 | +# cd scripts |
| 21 | +# python download_translations.py --autocommit |
22 | 22 |
|
23 | | - - name: Create Pull Request |
24 | | - uses: peter-evans/create-pull-request@v8 |
25 | | - with: |
26 | | - delete-branch: true |
27 | | - base: main |
28 | | - token: "${{ secrets.REPO_SCOPED_TOKEN }}" |
29 | | - labels: tolgee-ci |
30 | | - title: "Load translations from Tolgee" |
31 | | - body: "" |
32 | | - assignees: marticliment |
33 | | - author: "Martí Climent <marticlilop@gmail.com>" |
34 | | - commit-message: | |
35 | | - Load updated translations from Tolgee |
36 | | - Co-authored-by: Martí Climent from the multiverse <121457539+martinet101@users.noreply.github.com> |
37 | | - branch: pull-request/update-translation |
| 23 | +# - name: Create Pull Request |
| 24 | +# uses: peter-evans/create-pull-request@v8 |
| 25 | +# with: |
| 26 | +# delete-branch: true |
| 27 | +# base: main |
| 28 | +# token: "${{ secrets.REPO_SCOPED_TOKEN }}" |
| 29 | +# labels: tolgee-ci |
| 30 | +# title: "Load translations from Tolgee" |
| 31 | +# body: "" |
| 32 | +# assignees: marticliment |
| 33 | +# author: "Martí Climent <marticlilop@gmail.com>" |
| 34 | +# commit-message: | |
| 35 | +# Load updated translations from Tolgee |
| 36 | +# Co-authored-by: Martí Climent from the multiverse <121457539+martinet101@users.noreply.github.com> |
| 37 | +# branch: pull-request/update-translation |
0 commit comments