Skip to content

Commit 68d4564

Browse files
committed
🔄 Synced local '.github/settings.yml' with remote 'erlang/.github/settings.yml'
1 parent 065d5df commit 68d4564

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

‎.github/settings.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
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

0 commit comments

Comments
 (0)