From 999a879a75fa04b6e1d9f2e536cb5465332e2ce1 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 3 May 2020 13:39:55 -0300 Subject: [PATCH] Adding auto-assign. --- .github/auto_assign.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+), 0 deletions(-) create mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 0000000..2077a21 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,18 @@ +# 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: + +# A list of keywords to be skipped the process that add reviewers if pull requests include it +skipKeywords: + - wip + - work in progress + +# A number of reviewers added to the pull request +# Set 0 to add all the reviewers (default: 0) +numberOfReviewers: 0 + -- libgit2 0.21.2