-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.yml
More file actions
40 lines (35 loc) · 865 Bytes
/
settings.yml
File metadata and controls
40 lines (35 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
repository:
name: .github
description: Github settings for this organization
topics: github, configuration
private: false
is_template: false
has_issues: true
has_wiki: false
has_downloads: false
has_projects: false
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
labels:
- name: bug
color: '#CC0000'
- name: feature
color: '#336699'
collaborators:
- username: johnmartel
permission: admin
branches:
- name: master
protection:
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: true
require_code_owner_reviews: true
dismissal_restrictions: {}
required_status_checks:
strict: true
contexts: ['YAML lint']
required_signatures: true
enforce_admins: null
restrictions: null