Skip to content

chore(deps): bump react-hook-form from 7.71.2 to 7.80.0 #178

chore(deps): bump react-hook-form from 7.71.2 to 7.80.0

chore(deps): bump react-hook-form from 7.71.2 to 7.80.0 #178

name: Dependabot Reviewer
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
pull-requests: write
jobs:
request-review:
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Request reviewer
uses: actions/github-script@v7
with:
script: |
await github.rest.pulls.requestReviewers({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.payload.pull_request.number,
reviewers: ['PhilKsr']
})