Skip to content

build(deps-dev): bump rollup from 4.16.4 to 4.17.0 #172

build(deps-dev): bump rollup from 4.16.4 to 4.17.0

build(deps-dev): bump rollup from 4.16.4 to 4.17.0 #172

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.pull_request.html_url }}
--add-assignee ${{ github.event.pull_request.user.login }}
--add-reviewer remarkablemark
env:
GITHUB_TOKEN: ${{ github.token }}
continue-on-error: true