Skip to content

Commit 10d04ff

Browse files
authored
protect 1.2.x branch (#331)
1 parent add8ce1 commit 10d04ff

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
@@ -66,6 +66,18 @@ github:
6666
dismiss_stale_reviews: false
6767
require_code_owner_reviews: false
6868
required_approving_review_count: 1
69+
1.2.x:
70+
required_status_checks:
71+
# strict means "Require branches to be up to date before merging".
72+
strict: false
73+
# contexts are the names of checks that must pass
74+
contexts:
75+
- Code is formatted
76+
- Check headers
77+
required_pull_request_reviews:
78+
dismiss_stale_reviews: false
79+
require_code_owner_reviews: false
80+
required_approving_review_count: 1
6981

7082
notifications:
7183

0 commit comments

Comments
 (0)