From 7d096ba90e4414ea1aa98bac4feb2e68baac1728 Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Thu, 16 Feb 2023 09:04:56 +0800 Subject: [PATCH] ci: auto assign on draft PRs (#1039) --- .github/auto_assign.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index eb9afcafc3..c2c4c4acb2 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -6,3 +6,5 @@ addReviewers: false # Set to true to add assignees to pull requests addAssignees: author + +runOnDraft: true