Skip to content

Update README.md

Update README.md #159

Workflow file for this run

name: 'Auto Assign Reviewer'
on:
pull_request:
types: [opened, ready_for_review]
jobs:
add-reviews:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: '.github/pr_auto_assign_config.yml'