From 4d74f176d94207ae9952fd234a494f0ec8c46f7c Mon Sep 17 00:00:00 2001 From: Gaius Date: Mon, 28 Apr 2025 15:40:14 +0800 Subject: [PATCH] chore(.github/auto_assign.yml): add assignees for PR (#4005) Signed-off-by: Gaius --- .github/auto_assign.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 0fe5c22b2..699f8613e 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -1,11 +1,10 @@ # Set to true to add reviewers to pull requests -addReviewers: true +addReviewers: false # Set to true to add assignees to pull requests -addAssignees: author +addAssignees: true -# A list of reviewers to be added to pull requests (GitHub user name) -reviewers: +assignees: - gaius-qi - yxxhero - chlins @@ -14,5 +13,4 @@ reviewers: - hyy0322 - xujihui1985 -# A number of reviewers added to the pull request -numberOfReviewers: 3 +numberOfAssignees: 3