Skip to content

build(deps-dev): bump chai from 4.3.10 to 4.4.1 #2

build(deps-dev): bump chai from 4.3.10 to 4.4.1

build(deps-dev): bump chai from 4.3.10 to 4.4.1 #2

Workflow file for this run

name: Assign Reviewer
on: pull_request_target
jobs:
assign-reviewer:
runs-on: ubuntu-latest
steps:
- name: Assign reviewer
if: >
startsWith(github.event.pull_request.title, 'build(deps-dev): bump ') == false &&
contains(github.event.action, 'opened')
run: gh pr edit ${{ github.event.number }} --add-assignee ${{ github.event.pull_request.user.login }} --add-reviewer remarkablemark
env:
GITHUB_TOKEN: ${{ github.token }}