Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

chore(deps-dev): Bump @testing-library/jest-dom from 6.6.3 to 6.6.4 in the react group #1605

chore(deps-dev): Bump @testing-library/jest-dom from 6.6.3 to 6.6.4 in the react group

chore(deps-dev): Bump @testing-library/jest-dom from 6.6.3 to 6.6.4 in the react group #1605

Workflow file for this run

name: automerge
on:
pull_request_target:
types:
- opened
- labeled
- ready_for_review
- reopened
- synchronize
concurrency: ${{ github.workflow }}-${{ github.head_ref }}
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: read
if: contains(github.event.pull_request.labels.*.name, 'automerge') && !contains(github.event.pull_request.labels.*.name, 'do-not-merge') && github.event.pull_request.draft == false
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Turn on automerge for this PR by trusted users
if: github.event.pull_request.user.login == 'team-tf-cdk' || contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.pull_request.author_association) || github.actor == 'dependabot[bot]'
env:
GH_TOKEN: ${{ secrets.TEAM_TF_CDK }}
run: gh pr merge --auto --squash ${{ github.event.pull_request.number }}