automerge and approve crowdin (#1167)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/1168/head
parent
6e100a6559
commit
7998b6248d
|
@ -10,16 +10,17 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Checkout
|
- name: crowdin action
|
||||||
uses: actions/checkout@v2
|
uses: crowdin/github-action@1.4.0
|
||||||
|
with:
|
||||||
|
upload_translations: true
|
||||||
|
download_translations: true
|
||||||
|
pull_request_labels: "i18n, ♻️ autoupdate"
|
||||||
|
|
||||||
- name: crowdin action
|
env:
|
||||||
uses: crowdin/github-action@1.4.0
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||||
upload_translations: true
|
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||||
download_translations: true
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
|
||||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
|
||||||
|
|
|
@ -4,5 +4,8 @@ version = 1
|
||||||
autoupdate_label = "♻️ autoupdate"
|
autoupdate_label = "♻️ autoupdate"
|
||||||
|
|
||||||
[approve]
|
[approve]
|
||||||
auto_approve_usernames = ["dependabot", "PeerRich", "baileypumfleet"]
|
auto_approve_usernames = ["dependabot", "PeerRich", "baileypumfleet", "github-actions"]
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
method = "squash"
|
||||||
|
automerge_label = ["i18n"]
|
||||||
|
|
Loading…
Reference in New Issue