From 9d08ab14e0846743d27b8df2fadb0f98b7c99ba5 Mon Sep 17 00:00:00 2001 From: tknzk Date: Tue, 17 Sep 2019 10:57:05 +0900 Subject: [PATCH] remove auto-assign, move CODEOWNERS to .github --- CODEOWNERS => .github/CODEOWNERS | 0 .github/auto_assign.yml | 25 ------------------------- 2 files changed, 25 deletions(-) rename CODEOWNERS => .github/CODEOWNERS (100%) delete mode 100644 .github/auto_assign.yml diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index d8a6390..0000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,25 +0,0 @@ -# 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: - - mserizawa - - AtsushiM - - meganemura - - t-mori23 - - marumarism - - f440 - - motsat - - tkimi - - wakasa51 - - -# A list of keywords to be skipped the process that add reviewers if pull requests include it -skipKeywords: - -# A number of reviewers added to the pull request -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 2