add auto assign bot

pull/99/head
Septs 2023-03-22 22:02:51 +08:00
parent 4fe9c15a2c
commit 55f68510ff
No known key found for this signature in database
GPG Key ID: 65144037AFA516E1
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review]
jobs:
add-reviews:
runs-on: ubuntu-20.04
steps:
- uses: kentaro-m/auto-assign-action@v1.2.5