From 0aea4ddb624cf0f8788372e8a2a68f6878a41f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 17 Jul 2023 14:10:23 +0200 Subject: [PATCH] update default reviewers --- .github/auto_assign.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 531697d6..7f0ff2ba 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -1,12 +1,12 @@ # Set to true to add reviewers to pull requests -addReviewers: false +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: -# - skyYaga +reviewers: + - skyYaga # A number of reviewers added to the pull request # Set 0 to add all the reviewers (default: 0)