From 3fa9d073359e7f8914c5c16a7ed3e69e3e87e82d Mon Sep 17 00:00:00 2001 From: Ronny Berndt Date: Wed, 22 May 2024 14:08:21 +0200 Subject: [PATCH] Add 'CI' workflow as precondition before merge --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index fa6b76406..710badccc 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,6 +16,9 @@ github: main: required_status_checks: strict: true + # contexts are the names of checks that must pass. + contexts: + - CI required_pull_request_reviews: # Set to true if you want to automatically dismiss approving reviews when someone pushes a new commit. dismiss_stale_reviews: false