Skip to content

Commit

Permalink
[chore](clucene) add branch protection for clucene (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
airborne12 authored Jan 21, 2025
1 parent 375afee commit 4925afb
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,36 @@ github:
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1
clucene:
required_status_checks:
strict: false
contexts:
- Build (Linux)
- Build (macOS)
- CLucene UT (Linux)
clucene-2.0:
required_status_checks:
strict: false
contexts:
- Build (Linux)
- Build (macOS)
- CLucene UT (Linux)
clucene-2.1:
required_status_checks:
strict: false
contexts:
- Build (Linux)
- Build (macOS)
- CLucene UT (Linux)
clucene-3.0:
required_status_checks:
strict: false
contexts:
- Build (Linux)
- Build (macOS)
- CLucene UT (Linux)

collaborators:
- airborne12
- zzzxl1993

notifications:
Expand Down

0 comments on commit 4925afb

Please sign in to comment.