Skip to content

Commit

Permalink
automerge and approve crowdin (calcom#1167)
Browse files Browse the repository at this point in the history
Co-authored-by: Peer Richelsen <[email protected]>
  • Loading branch information
KATT and PeerRich authored Nov 11, 2021
1 parent 6e100a6 commit 7998b62
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Checkout
uses: actions/checkout@v2
- name: crowdin action
uses: crowdin/[email protected]
with:
upload_translations: true
download_translations: true
pull_request_labels: "i18n, ♻️ autoupdate"

- name: crowdin action
uses: crowdin/[email protected]
with:
upload_translations: true
download_translations: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
5 changes: 4 additions & 1 deletion .kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ version = 1
autoupdate_label = "♻️ autoupdate"

[approve]
auto_approve_usernames = ["dependabot", "PeerRich", "baileypumfleet"]
auto_approve_usernames = ["dependabot", "PeerRich", "baileypumfleet", "github-actions"]

[merge]
method = "squash"
automerge_label = ["i18n"]

0 comments on commit 7998b62

Please sign in to comment.