Skip to content

Auto Assign PR Author as the PR Assignee #1

Auto Assign PR Author as the PR Assignee

Auto Assign PR Author as the PR Assignee #1

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: PR Auto Assignee
uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: ".github/config/auto_assign.yml"