From 4dc00985607a2abcd36bd7b87614ba914766027e Mon Sep 17 00:00:00 2001 From: JinHai-CN Date: Wed, 27 May 2020 17:55:06 +0800 Subject: [PATCH] [skip ci] Update working flow Signed-off-by: JinHai-CN --- .github/PULL_REQUEST_TEMPLATE.md | 3 --- .mergify/config.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e4cde371..307fa950 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,8 +14,5 @@ Fixes # **Special notes for your reviewer:** -**Does this PR introduce a user-facing change?:** - - **Additional documentation (e.g. design docs, usage docs, etc.):** diff --git a/.mergify/config.yml b/.mergify/config.yml index 08622c36..7b1ad7de 100644 --- a/.mergify/config.yml +++ b/.mergify/config.yml @@ -5,7 +5,6 @@ pull_request_rules: - "#approved-reviews-by>=1" - "#review-requested=0" - "#changes-requested-reviews-by=0" - - "#commented-reviews-by=0" - "status-success=DCO" - "status-success=continuous-integration/jenkins/pr-merge" actions: -- GitLab