Prechádzať zdrojové kódy

Require build and unit tests before merging (#6777)

kezhenxu94 3 rokov pred
rodič
commit
9113817b78
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      .asf.yaml

+ 3 - 0
.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