Skip to content

Auto Assign Pull Requests #1

Auto Assign Pull Requests

Auto Assign Pull Requests #1

Workflow file for this run

name: Auto Assign PRs
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.4
with:
assignees: ckenst
repo-token: ${{ secrets.GITHUB_TOKEN }}