mirror of
https://github.com/actiontech/dble.git
synced 2026-01-05 12:20:19 -06:00
10 lines
218 B
YAML
10 lines
218 B
YAML
name: 'Auto Reviewer'
|
|
on: pull_request
|
|
|
|
jobs:
|
|
add-reviews:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: kentaro-m/auto-assign-action@v1.1.2
|
|
with:
|
|
configuration-path: ".github/auto_assign.yml" |