From 63c73c9a510e90daf12add46bb60d53a6a59c9f6 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 27 Nov 2020 09:51:52 -0800 Subject: [PATCH] Create auto_assign.yml --- .github/auto_assign.yml | 10 ++++++++++ 1 file changed, 10 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 00000000..7d63dda8 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,10 @@ +# Set to true to add reviewers to pull requests +addReviewers: true + +# A list of reviewers to be added to pull requests (GitHub user name) +reviewers: + - tommoor + +# A list of keywords to be skipped the process that add reviewers if pull requests include it +skipKeywords: + - wip