From bf013fac275da85a5360dfd0c01e3e796777e885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 17 Feb 2021 18:25:16 +0800 Subject: [PATCH] Try to fix branch protection (#6387) --- .asf.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index f6a3753548..3116182116 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -48,7 +48,7 @@ github: required_pull_request_reviews: dismiss_stale_reviews: true required_approving_review_count: 1 - website-docs/8.*: # Protect these branches for the website - required_pull_request_reviews: - dismiss_stale_reviews: true - required_approving_review_count: 1 + # Protect these branches for the website + website-docs/8.2.0: + website-docs/8.3.0: + website-docs/8.4.0: -- GitLab