mirror of
https://github.com/actiontech/dble.git
synced 2026-01-05 20:30:40 -06:00
13 lines
252 B
YAML
13 lines
252 B
YAML
name: 'Auto Reviewer'
|
|
on:
|
|
pull_request:
|
|
types: [opened, reopened]
|
|
|
|
jobs:
|
|
add-reviews:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: kentaro-m/auto-assign-action@v1.1.2
|
|
with:
|
|
configuration-path: ".github/auto_assign.yml"
|