Skip to content

Remove me from PR review auto-assign #48

Remove me from PR review auto-assign

Remove me from PR review auto-assign #48

Workflow file for this run

name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review, reopened]
jobs:
add-reviews:
if: ${{ join(github.event.pull_request.requested_reviewers.*.login, ',') == '' }}
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.3
with:
configuration-path: '.github/pr-auto-assign-config.yml'