Skip to content

Commit 4925afb

Browse files
authored
[chore](clucene) add branch protection for clucene (#276)
1 parent 375afee commit 4925afb

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

.asf.yaml

+28-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,36 @@ github:
5555
required_pull_request_reviews:
5656
dismiss_stale_reviews: true
5757
required_approving_review_count: 1
58+
clucene:
59+
required_status_checks:
60+
strict: false
61+
contexts:
62+
- Build (Linux)
63+
- Build (macOS)
64+
- CLucene UT (Linux)
65+
clucene-2.0:
66+
required_status_checks:
67+
strict: false
68+
contexts:
69+
- Build (Linux)
70+
- Build (macOS)
71+
- CLucene UT (Linux)
72+
clucene-2.1:
73+
required_status_checks:
74+
strict: false
75+
contexts:
76+
- Build (Linux)
77+
- Build (macOS)
78+
- CLucene UT (Linux)
79+
clucene-3.0:
80+
required_status_checks:
81+
strict: false
82+
contexts:
83+
- Build (Linux)
84+
- Build (macOS)
85+
- CLucene UT (Linux)
5886

5987
collaborators:
60-
- airborne12
6188
- zzzxl1993
6289

6390
notifications:

0 commit comments

Comments
 (0)