Skip to content

build(deps): bump react-use from 17.5.0 to 17.5.1 #91

build(deps): bump react-use from 17.5.0 to 17.5.1

build(deps): bump react-use from 17.5.0 to 17.5.1 #91

Workflow file for this run

name: Assign PR to creator
on:
pull_request_target:
types: [opened]
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/assign-pr-creator-action@v1.0.0
if: github.actor != 'dependabot[bot]'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}