automerge and approve crowdin (#1167)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
parent
6e100a6559
commit
7998b6248d
2 changed files with 16 additions and 12 deletions
3
.github/workflows/crowdin.yml
vendored
3
.github/workflows/crowdin.yml
vendored
|
@ -10,7 +10,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -19,6 +18,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_translations: true
|
upload_translations: true
|
||||||
download_translations: true
|
download_translations: true
|
||||||
|
pull_request_labels: "i18n, ♻️ autoupdate"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||||
|
|
|
@ -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 a new issue