File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,18 @@ labels:
42
42
color : ' #c2e0c6'
43
43
description : " Help wanted!"
44
44
45
- branches :
46
- - name : main
47
- protection :
48
- required_pull_request_reviews : null
49
- required_conversation_resolution : true
50
- required_status_checks :
51
- # Required. Require branches to be up to date before merging.
52
- strict : false
53
- contexts : ["CI", "Lint Commits", "Spell Check with Typos"]
54
- enforce_admins : false
55
- restrictions : null
45
+ # This serves more as documentation.
46
+ # Branch protection API was replaced by rulesets but settings isn't updated.
47
+ # See https://github.com/repository-settings/app/issues/825
48
+ #
49
+ # branches:
50
+ # - name: main
51
+ # protection:
52
+ # required_pull_request_reviews: null
53
+ # required_conversation_resolution: true
54
+ # required_status_checks:
55
+ # # Required. Require branches to be up to date before merging.
56
+ # strict: false
57
+ # contexts: ["CI", "Lint Commits", "Spell Check with Typos"]
58
+ # enforce_admins: false
59
+ # restrictions: null
You can’t perform that action at this time.
0 commit comments