Skip to content

build(deps-dev): bump @types/react from 19.1.9 to 19.1.10 in the react group #749

build(deps-dev): bump @types/react from 19.1.9 to 19.1.10 in the react group

build(deps-dev): bump @types/react from 19.1.9 to 19.1.10 in the react group #749

Workflow file for this run

name: Assign Reviewer
on: pull_request_target
permissions:
pull-requests: write
jobs:
assign-reviewer:
runs-on: ubuntu-latest
steps:
- name: Assign reviewer
if: >
github.actor != 'dependabot[bot]'
&& startsWith(github.event.pull_request.title, 'build(deps-dev): bump ') == false
&& contains(github.event.action, 'opened')
run: >
gh pr edit ${{ github.event.pull_request.html_url }}
--add-assignee ${{ github.event.pull_request.user.login }}
--add-reviewer remarkablemark
env:
GH_TOKEN: ${{ github.token }}
continue-on-error: true