Skip to content

chore(deps-dev): Bump @types/react from 18.2.47 to 18.2.48 #10396

chore(deps-dev): Bump @types/react from 18.2.47 to 18.2.48

chore(deps-dev): Bump @types/react from 18.2.47 to 18.2.48 #10396

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