This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9113817  Require build and unit tests before merging (#6777)
9113817 is described below

commit 9113817b788b820a19ced3856fc7e2d7b6549832
Author: kezhenxu94 <[email protected]>
AuthorDate: Thu Nov 11 08:45:35 2021 +0800

    Require build and unit tests before merging (#6777)
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index eaf38d2..29ebff4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,6 +42,9 @@ github:
     dev:
       required_status_checks:
         strict: true
+        contexts:
+          - Build
+          - Unit Test
       required_pull_request_reviews:
         dismiss_stale_reviews: true
         required_approving_review_count: 1

Reply via email to