Skip to content

Commit 58019be

Browse files
authored
protect 1.0.x branch (#302)
1 parent d474334 commit 58019be

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.asf.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ github:
4343
dismiss_stale_reviews: false
4444
require_code_owner_reviews: false
4545
required_approving_review_count: 1
46+
1.0.x:
47+
required_status_checks:
48+
# strict means "Require branches to be up to date before merging".
49+
strict: false
50+
# contexts are the names of checks that must pass
51+
contexts:
52+
- Code is formatted
53+
- Check headers
54+
required_pull_request_reviews:
55+
dismiss_stale_reviews: false
56+
require_code_owner_reviews: false
57+
required_approving_review_count: 1
4658

4759
notifications:
4860

0 commit comments

Comments
 (0)