Skip to content

Commit

Permalink
Merge branch 'master' into i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li authored Jan 28, 2024
2 parents 651cb10 + 04c30da commit bfee24f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Auto-merge translation PR
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
- labeled
- unlabeled
- ready_for_review

jobs:
automerge:
runs-on: ubuntu-latest
if: startsWith(github.event.pull_request.head.ref, 'i18n')
steps:
- uses: pascalgn/automerge-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: squash
MERGE_COMMIT_MESSAGE: "ci(i18n): auto-merge translation"
MERGE_LABELS: ""


0 comments on commit bfee24f

Please sign in to comment.