Skip to content

feat: Jump to last message WPB-6518 #12147

feat: Jump to last message WPB-6518

feat: Jump to last message WPB-6518 #12147

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}}