wishthis/.github/workflows/auto-assign.yml
grandeljay 0634a79f24 chore(workflow): add auto-assign configuration
According to kentaro-m/auto-assign-action#55 the auto-assign workflow needs a configuration file to run.
2023-03-12 11:15:49 +01:00

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"