Skip to content

add workflow to auto assign pull requests #2

add workflow to auto assign pull requests

add workflow to auto assign pull requests #2

Workflow file for this run

name: assign
on:
pull_request:
types: [opened, ready_for_review]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
reviewers: Sam-Armstrong, hmahmood24, YushaArif99
max-num-of-reviewers: 1