Skip to content

Commit 8473abe

Browse files
authored
protect 1.1.x branch (#1629)
1 parent eb22d8d commit 8473abe

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
@@ -58,6 +58,18 @@ github:
5858
dismiss_stale_reviews: false
5959
require_code_owner_reviews: false
6060
required_approving_review_count: 1
61+
1.1.x:
62+
required_status_checks:
63+
# strict means "Require branches to be up to date before merging".
64+
strict: false
65+
# contexts are the names of checks that must pass
66+
contexts:
67+
- Code is formatted
68+
- Check headers
69+
required_pull_request_reviews:
70+
dismiss_stale_reviews: false
71+
require_code_owner_reviews: false
72+
required_approving_review_count: 1
6173

6274
notifications:
6375

0 commit comments

Comments
 (0)