Create auto_assign.yml

This commit is contained in:
grandeljay 2022-12-07 11:17:46 +01:00
parent d27d9cb59c
commit 2ef5187751

17
.github/workflows/auto_assign.yml vendored Normal file
View file

@ -0,0 +1,17 @@
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