From bb4615d71fbfcc1184bd929b7fa53739a3422453 Mon Sep 17 00:00:00 2001 From: Andi <42326899+andigi89@users.noreply.github.com> Date: Sat, 1 May 2021 14:39:47 +0200 Subject: [PATCH] Create auto_assign.yml --- .github/auto_assign.yml | 21 +++++++++++++++++++++ 1 file changed, 21 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 0000000..8f94644 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,21 @@ +# Set to true to add reviewers to pull requests +addReviewers: true + +# Set to true to add assignees to pull requests +addAssignees: false + +# A list of reviewers to be added to pull requests (GitHub user name) +reviewers: + - ericbsd + - nevillehay + - pkgdemon + - vimanuelt + - andigi89 + +# A list of keywords to be skipped the process that add reviewers if pull requests include it +skipKeywords: + - wip + +# A number of reviewers added to the pull request +# Set 0 to add all the reviewers (default: 0) +numberOfReviewers: 0