From 74acd451b7689e182147006e593cbb366c68dca6 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 4 Aug 2021 09:05:22 +0800 Subject: [PATCH] chore: remove auto-assign bot config file. (#1446) --- .github/auto_assign.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index 10185f80e..000000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,20 +0,0 @@ -# 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