Skip to content

add workflow to auto assign pull requests #1

add workflow to auto assign pull requests

add workflow to auto assign pull requests #1

Workflow file for this run

name: 'Auto Assign'
on:
pull_request:
types: [opened]
pull_request_target:
types: [opened]
issues:
types: [opened]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/auto_assign.yml'