This repository was archived by the owner on Apr 23, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathsettings.yml
More file actions
104 lines (101 loc) · 2.78 KB
/
settings.yml
File metadata and controls
104 lines (101 loc) · 2.78 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
repository:
homepage: "https://developer.lightbend.com/start/?group=play"
topics: playframework, example, example-project, sample, sample-app, jvm, webapp
private: false
has_issues: true
# We don't need projects in sample projects
has_projects: false
# We don't need wiki in sample projects
has_wiki: false
has_downloads: true
default_branch: 2.7.x
allow_squash_merge: true
allow_merge_commit: false
allow_rebase_merge: false
teams:
- name: core
permission: admin
- name: integrators
permission: write
- name: write-bots
permission: write
branches:
- name: "[0-9].*.x"
protection:
# We don't require reviews for sample applications because they are mainly
# updated by template-control, which is an automated process
required_pull_request_reviews: null
# Required. Require status checks to pass before merging. Set to null to disable
required_status_checks:
# Required. The list of status checks to require in order to merge into this branch
contexts: ["Travis CI - Pull Request", "typesafe-cla-validator"]
# Labels: tailored list of labels to be used by sample applications
labels:
- color: f9d0c4
name: "closed:declined"
- color: f9d0c4
name: "closed:duplicated"
oldname: duplicate
- color: f9d0c4
name: "closed:invalid"
oldname: invalid
- color: f9d0c4
name: "closed:question"
oldname: question
- color: f9d0c4
name: "closed:wontfix"
oldname: wontfix
- color: 7057ff
name: "good first issue"
- color: 7057ff
name: "Hacktoberfest"
- color: 7057ff
name: "help wanted"
- color: cceecc
name: "status:backlog"
oldname: backlog
- color: b60205
name: "status:block-merge"
oldname: block-merge
- color: b60205
name: "status:blocked"
- color: 0e8a16
name: "status:in-progress"
- color: 0e8a16
name: "status:merge-when-green"
oldname: merge-when-green
- color: fbca04
name: "status:needs-backport"
- color: fbca04
name: "status:needs-forwardport"
- color: fbca04
name: "status:needs-info"
- color: fbca04
name: "status:needs-verification"
- color: 0e8a16
name: "status:ready"
- color: fbca04
name: "status:to-review"
oldname: review
- color: c5def5
name: "topic:build/tests"
- color: c5def5
name: "topic:dev-environment"
- color: c5def5
name: "topic:documentation"
- color: c5def5
name: "topic:jdk-next"
- color: b60205
name: "type:defect"
oldname: bug
- color: 0052cc
name: "type:feature"
- color: 0052cc
name: "type:improvement"
oldname: enhancement
- color: 0052cc
name: "type:updates"
- color: bf0d92
name: "type:template-control"
oldname: template-control