Merge pull request #901 from apache/fix/branch-protction

Uses proper context name in branch protection rule
This commit is contained in:
Lukasz Lenart
2024-04-02 15:01:10 +02:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ github:
master:
# contexts are the names of checks that must pass.
contexts:
- Java Maven / Build and Test
- build
required_pull_request_reviews:
require_code_owner_reviews: true
required_approving_review_count: 1