Skip to content

build(deps-dev): bump @commitlint/cli from 19.2.2 to 19.3.0 in the commitlint group #163

build(deps-dev): bump @commitlint/cli from 19.2.2 to 19.3.0 in the commitlint group

build(deps-dev): bump @commitlint/cli from 19.2.2 to 19.3.0 in the commitlint group #163

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