Skip to content

chore(deps): bump crowdin/github-action from 1.20.2 to 1.20.3 #12148

chore(deps): bump crowdin/github-action from 1.20.2 to 1.20.3

chore(deps): bump crowdin/github-action from 1.20.2 to 1.20.3 #12148

name: Translation auto-merge
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
activate-auto-merge:
runs-on: ubuntu-latest
if: ${{github.actor == 'otto-the-bot' && github.head_ref == 'translations'}}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.WEBTEAM_AUTOMERGE_TOKEN}}