0634a79f24
According to kentaro-m/auto-assign-action#55 the auto-assign workflow needs a configuration file to run.
12 lines
272 B
YAML
12 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"
|