From afd4c81e5635c0f34943666f7ec02b90b0632296 Mon Sep 17 00:00:00 2001 From: Gus Date: Mon, 29 Jul 2024 10:41:59 -0400 Subject: [PATCH] ci: update reviews --- .github/auto_assign.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 7ad964de9a..900e2ceb85 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -1,10 +1,7 @@ -# Set to true to add assignees to pull requests -addAssignees: true +addReviewers: true # A list of team slugs to add as assignees -teamAssignees: +reviewers: - opentensor/cortex -# A number of assignees to add to the pull request -# Set to 0 to add all of the assignees. -numberOfAssignees: 0 \ No newline at end of file +numberOfReviewers: 0 \ No newline at end of file