Delete auto-assign.yml
This commit is contained in:
parent
abf8bc50e7
commit
d27d9cb59c
1 changed files with 0 additions and 17 deletions
17
.github/workflows/auto-assign.yml
vendored
17
.github/workflows/auto-assign.yml
vendored
|
@ -1,17 +0,0 @@
|
||||||
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
|
|
Loading…
Reference in a new issue