From 9394e822081853f90c8b279eda1cfe2ce565c070 Mon Sep 17 00:00:00 2001 From: TomNewChao <353712216@qq.com> Date: Tue, 29 Mar 2022 18:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ci=E9=97=A8=E7=A6=81=E6=A3=80?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- advisors/helper/reviewer_checklist.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/advisors/helper/reviewer_checklist.yaml b/advisors/helper/reviewer_checklist.yaml index 9e2c22d4..56ea69c5 100644 --- a/advisors/helper/reviewer_checklist.yaml +++ b/advisors/helper/reviewer_checklist.yaml @@ -15,6 +15,11 @@ basic: condition: null claim: PR和实际代码修改和内容描述一致 explain: 提交的说明文字应该和实际代码修改内容保持一致。 + - + name: PR-ci-access-control-check + condition: null + claim: PR符合CI门禁检查要求 + explain: PR提交内容符合CI门禁的检查。 - name: PR-standard-check condition: null -- Gitee