From 585d82e6c4e257637cdded55e057a9ebccfa461c Mon Sep 17 00:00:00 2001 From: divious1 Date: Wed, 6 Feb 2019 10:33:10 -0500 Subject: [PATCH] added reviewer auto assign --- .github/auto_assign.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 0000000000..93aca8f400 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,28 @@ +# Set to true to add reviewers to pull requests +addReviewers: true + +# Set to true to add assignees to pull requests +addAssignees: true + +# A list of reviewers to be added to pull requests (GitHub user name) +reviewers: + - d1vious + - rvaldez617 + - patel-bhavin + +# A number of reviewers added to the pull request +# Set 0 to add all the reviewers (default: 0) +numberOfReviewers: 0 + +# A list of assignees, overrides reviewers if set +# assignees: +# - assigneeA + +# A number of assignees to add to the pull request +# Set to 0 to add all of the assignees. +# Uses numberOfReviewers if unset. +# numberOfAssignees: 2 + +# A list of keywords to be skipped the process that add reviewers if pull requests include it +# skipKeywords: +# - wip