Skip to content

Commit a1b2ad1

Browse files
committed
Require pull request review to directly push to main
1 parent fddd5ae commit a1b2ad1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.asf.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ github:
77
homepage: https://opennlp.apache.org/
88
protected_branches:
99
# Prevent force pushes to primary branches
10-
main: {}
10+
main:
11+
required_pull_request_reviews:
12+
dismiss_stale_reviews: false
13+
require_code_owner_reviews: false
14+
required_approving_review_count: 1
1115
custom_subjects:
1216
new_pr: "[PR] {title} ({repository})"
1317
close_pr: "Re: [PR] {title} ({repository})"

0 commit comments

Comments
 (0)