mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 19:33:23 +00:00
Allow commit author emails to be @[stu.]pku.edu.cn
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
0c7df54513
commit
c5d04c41a2
2
.github/mergeable.yml
vendored
2
.github/mergeable.yml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user