From 89f55526b95dcca9da0ca3016d8812523792ca48 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 11 Dec 2020 00:46:23 +0100 Subject: [PATCH] Create auto_assign.yml --- .github/auto_assign.yml | 9 +++++++++ 1 file changed, 9 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..7b01d44 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,9 @@ +# 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: + - peterus