Skip to content

Bump @testing-library/react from 13.4.0 to 14.1.0 #1

Bump @testing-library/react from 13.4.0 to 14.1.0

Bump @testing-library/react from 13.4.0 to 14.1.0 #1

name: Update Assignees
on:
pull_request:
types:
- opened
- reopened
jobs:
update-assignees:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}