13 lines
272 B
YAML
13 lines
272 B
YAML
|
name: "Auto Assign"
|
||
|
on:
|
||
|
pull_request:
|
||
|
types: [opened, ready_for_review]
|
||
|
|
||
|
jobs:
|
||
|
add-reviews:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: kentaro-m/auto-assign-action@v1.2.4
|
||
|
with:
|
||
|
configuration-path: ".github/auto-assign-configuration.yml"
|