소스 검색

ci: Require up to date before merging (#14530)

closed #14412
Jay Chung 1 년 전
부모
커밋
dd9c8af051
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .asf.yaml

+ 2 - 0
.asf.yaml

@@ -37,6 +37,8 @@ github:
   protected_branches:
     dev:
       required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: true
         contexts:
           - Build
           - Unit Test