Skip to content

Commit 001c94b

Browse files
committed
add required_status_checks
1 parent 0913526 commit 001c94b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.asf.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ github:
3535

3636
protected_branches:
3737
main:
38+
required_status_checks:
39+
# strict means "Require branches to be up to date before merging".
40+
strict: true
41+
3842
required_pull_request_reviews:
3943
required_approving_review_count: 1
4044

0 commit comments

Comments
 (0)