From b2d79c09fa85a18edc07fca8b41db90533152997 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Mon, 17 Apr 2023 10:22:01 +0200 Subject: [PATCH] Add github PR status checks --- .asf.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 5e33ec75b7..7b049f4366 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,4 +1,4 @@ -# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories +# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features github: description: "Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala" @@ -36,6 +36,10 @@ github: contexts: - Code is formatted - Check headers + required_pull_request_reviews: + dismiss_stale_reviews: false + require_code_owner_reviews: false + required_approving_review_count: 1 notifications: commits: commits@pekko.apache.org