Consolidate config files and fix path

Signed-off-by: Carlisia <carlisia@vmware.com>
This commit is contained in:
Carlisia
2021-04-14 12:17:17 -07:00
parent adaa626457
commit 18a8888e9f
4 changed files with 6 additions and 4 deletions

View File

@@ -1 +0,0 @@
addAssignees: author

View File

@@ -34,4 +34,7 @@ options:
# Randomly pick reviewers up to this number.
# Do not set this option if you'd like to assign all matching reviewers.
number_of_reviewers: 2
number_of_reviewers: 2
# This assigns a PR to its author
addAssignees: author

View File

@@ -14,5 +14,5 @@ jobs:
- name: Set the author of a PR as the assignee
- uses: kentaro-m/auto-assign-action@v1.1.1
with:
configuration-path: ".github/assign_author.yml"
configuration-path: ".github/auto-assignees.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

View File

@@ -13,4 +13,4 @@ jobs:
uses: necojackarc/auto-request-review@v0.5.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/reviewers.yml
config: .github/auto-assignees.yml