parent
11269229ae
commit
9fd078c59d
2 changed files with 12 additions and 16 deletions
3
.github/workflows/crowdin.yml
vendored
3
.github/workflows/crowdin.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
@ -18,8 +19,6 @@ jobs:
|
|||
with:
|
||||
upload_translations: true
|
||||
download_translations: true
|
||||
pull_request_labels: "i18n, ♻️ autoupdate"
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
|
|
|
@ -4,8 +4,5 @@ version = 1
|
|||
autoupdate_label = "♻️ autoupdate"
|
||||
|
||||
[approve]
|
||||
auto_approve_usernames = ["dependabot", "PeerRich", "baileypumfleet", "github-actions"]
|
||||
auto_approve_usernames = ["dependabot", "PeerRich", "baileypumfleet"]
|
||||
|
||||
[merge]
|
||||
method = "squash"
|
||||
automerge_label = ["i18n"]
|
||||
|
|
Loading…
Reference in a new issue