From c035e3ec348d33f6d652519f9672258e97fc1c6f Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 29 Jun 2021 22:28:00 +0800 Subject: [PATCH] chore: add auto assign app config file. --- .github/auto_assign.yml | 20 ++++++++++++++++++++ 1 file changed, 20 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 000000000..10185f80e --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,20 @@ +# 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: + - ruibaby + - JohnNiang + - guqing + - LIlGG + +# 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 \ No newline at end of file