File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 11# These settings are synced to GitHub by https://probot.github.io/apps/settings/
22_extends : .github
3+
4+ teams :
5+ - name : devs
6+ permission : push
7+ - name : bots
8+ permission : push
9+ - name : maintainers
10+ permission : push
11+ - name : erlang
12+ permission : maintain
13+
14+ branches :
15+ - name : " master"
16+ # https://developer.github.com/v3/repos/branches/#update-branch-protection
17+ # Branch Protection settings. Set to null to disable
18+ protection :
19+ required_pull_request_reviews :
20+ required_approving_review_count : 1
21+ dismiss_stale_reviews : false
22+ require_code_owner_reviews : true
23+ dismissal_restrictions : {}
24+ required_status_checks :
25+ strict : true
26+ checks :
27+ - context : " Load .env"
28+ app_id : 15368
29+ - context : " Run checks / Build"
30+ app_id : 15368
31+ - context : " Run checks / Check"
32+ app_id : 15368
33+ - context : " Run checks / Dialyze"
34+ app_id : 15368
35+ - context : " Run checks / Test"
36+ app_id : 15368
37+ - context : " codecov/patch"
38+ app_id : 254
39+ - context : " codecov/project"
40+ app_id : 254
41+ enforce_admins : false
42+ required_conversation_resolution : false
43+ required_linear_history : true
44+ restrictions : null
45+ allow_force_pushes : false
46+ allow_deletions : false
You can’t perform that action at this time.
0 commit comments