From c5d04c41a212c25baa22c9cb436e6ca11d839358 Mon Sep 17 00:00:00 2001 From: Ruihan Li Date: Wed, 1 Nov 2023 13:26:26 +0800 Subject: [PATCH] Allow commit author emails to be @[stu.]pku.edu.cn --- .github/mergeable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergeable.yml b/.github/mergeable.yml index 5752a4cfc..fda4bee4d 100644 --- a/.github/mergeable.yml +++ b/.github/mergeable.yml @@ -7,7 +7,7 @@ mergeable: validate: - do: commit message: - regex: ^.*(@antgroup\.com|@alibaba-inc\.com|@intel\.com)$ + regex: ^.*(@antgroup\.com|@alibaba-inc\.com|@intel\.com|@pku\.edu\.cn|@stu\.pku\.edu\.cn)$ message: Check if the author emails belong to Ant Group or its partners message_type: author_email skip_merge: false # If true, will skip commit with message that includes 'Merge'