From e1d38482ae0f43f63d090f5e227de4343a8ed3ce Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 7 Jan 2022 13:42:24 +0800 Subject: [PATCH] chore: disable automatic addition of assignees in pull requests (#402) --- .github/auto_assign.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 10185f80..dc98862c 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -2,7 +2,7 @@ addReviewers: true # Set to true to add assignees to pull requests -addAssignees: true +addAssignees: false # A list of reviewers to be added to pull requests (GitHub user name) reviewers: @@ -17,4 +17,4 @@ skipKeywords: # 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 +numberOfReviewers: 0