From bccddbe912b3291f4d8c2f0c7885b1cadc0e93d3 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Tue, 5 Sep 2023 11:50:49 +0200 Subject: [PATCH] Add in review check --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 8a89d1d..bf4c708 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -33,6 +33,10 @@ github: # contexts are the names of checks that must pass contexts: - Code is formatted + required_pull_request_reviews: + dismiss_stale_reviews: false + require_code_owner_reviews: false + required_approving_review_count: 1 notifications: commits: commits@pekko.apache.org