From 3c243f4908c4c0e3bc5a391f0dbd246b9396e01a Mon Sep 17 00:00:00 2001 From: skpupil <1452099719@qq.com> Date: Sat, 20 Jan 2024 04:27:39 +0800 Subject: [PATCH] Delete mergeable.yml --- .github/mergeable.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/mergeable.yml diff --git a/.github/mergeable.yml b/.github/mergeable.yml deleted file mode 100644 index cc018e8bd..000000000 --- a/.github/mergeable.yml +++ /dev/null @@ -1,20 +0,0 @@ -# This file (`.github/mergeable.yml`) is the configuration of the mergeable bot: -# https://github.com/apps/mergeable - -version: 2 -mergeable: - - when: pull_request.*, pull_request_review.* - validate: - - do: commit - message: - # `akucxy@163.com` belongs to `@Js2xxx`, who has not yet obtained his PKU email. - regex: ^((.*(@antgroup\.com|@alibaba-inc\.com|@intel\.com|@pku\.edu\.cn|@stu\.pku\.edu\.cn|@zgclab\.edu\.cn|@mail\.zgclab\.edu\.cn))|akucxy@163\.com)$ - 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' - oldest_only: false - newest_only: false - single_commit_only: false # If true, will only process this validator if there is one commit - pass: - - do: checks - status: 'success'