wishthis/.github/workflows/auto_assign.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 15: cannot unmarshal !!seq into string line 17: cannot unmarshal !!seq into string
2022-12-07 11:17:46 +01:00

17 lines
432 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:
addReviewers: true
addAssignees: author
reviewers:
- "grandeljay"
skipKeywords:
- wip