-
Notifications
You must be signed in to change notification settings - Fork 4
/
reposettings.yml
169 lines (161 loc) · 6.29 KB
/
reposettings.yml
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
### If you change this file hoping to change all the repos, you should read the README file.
###
### reposettings pipelines has been deprecated and will not trigger automatically anymore.
### This file is here just in case we need to run it manually for some reason.
coreint-settings: &coreint-settings
# branch-protection:
# dissmiss-stale-reviews: false
# required-review-count: 1
# required-linear-history: true
# enforce-admins: true
# block-creations: true # As of today, in the UI, this is called "Restrict pushes that create matching branches".
# required-pull-request-reviews:
# bypass-pull-request-allowances: # As of today, in the UI, this is called "Allow specified actors to bypass required pull requests".
# users:
# - newrelic-coreint-bot
# apps:
# - renovate
# push-restrictions:
# users:
# - newrelic-coreint-bot
# apps:
# - renovate
# allow:
# squash-merge: true
# merge-commit: false
# rebase-merge: false
# delete-branch-on-merge: true
# protect-default-brach: true
labels:
bug:
color: e11d21
description: Categorizes issue or PR as related to a bug.
replaces: [ kind/bug ]
cleanup:
color: c7def8
description: Categorizes issue or PR as related to cleaning up code, process, or technical debt.
replaces: [ kind/cleanup ]
sustain:
color: c7def8
description: Categorizes issue or PR as related to sustainability.
replaces: [ kind/sustain ]
deprecation:
color: e11d21
description: Categorizes issue or PR as related to a feature/enhancement marked for deprecation.
replaces: [ kind/deprecation ]
design:
color: c7def8
description: Categorizes issue or PR as related to design.
replaces: [ kind/design ]
documentation:
color: 0075ca
description: Categorizes issue or PR as related to documentation.
replaces: [ kind/documentation, doc ]
test:
color: e11d21
description: Categorizes issue or PR as related to a consistently or frequently failing test.
replaces: [ kind/test ]
feature request:
color: c7def8
description: Categorizes issue or PR as related to a new feature or enhancement.
replaces: [ kind/feature, enhancement, feature ]
regression:
color: e11d21
description: Categorizes issue or PR as related to a regression from a prior release.
replaces: [ kind/regression ]
support:
color: d876e3
description: Categorizes issue or PR as a support question.
replaces: [ kind/support, question ]
triage/pending:
color: 1D76DB
description: Issue or PR is pending for triage and prioritization.
replaces: [ triage/needed ]
triage/in-progress:
color: 1D76DB
description: Issue or PR is in the process of being triaged.
triage/accepted:
color: 8fc951
description: Indicates an issue or PR is ready to be actively worked on.
triage/duplicate:
color: cfd3d7
description: Indicates an issue is a duplicate of other open issue.
replaces: [ duplicate, dupe ]
triage/needs-information:
color: d455d0
description: Indicates an issue needs more information in order to work on it.
replaces: [ needs-information, needs-more-information ]
triage/not-reproducible:
color: d455d0
description: Indicates an issue can not be reproduced as described.
replaces: [ not-reproducible, cannot-reproduce ]
triage/as-intended:
color: ffffff
description: Indicates an issue that can not or will not be resolved.
replaces: [ wontfix, triage/wontfix ]
priority/backlog:
color: fbca04
description: Generalistic priority.
priority/critical:
color: e11d21
description: Highest priority. Must be actively worked on as someone's top priority right now.
priority/long-term:
color: ffaa04
description: Important over the long term, but may not be staffed and/or may need multiple releases to complete.
priority/short-term:
color: eb6420
description: Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Epic: # Created by ZenHub, no need to touch
color: 3E4B9E
repolinter: # Used across all open-source NR repos
color: fbca04
good first issue:
color: 7057ff
dependencies: # Added by dependabot/renovatebot
color: 0366D6
breaking:
color: B60205
do-not-merge:
color: B60205
ci/skip-e2e:
color: E2E2E2
description: E2E tests will be skipped for this PR
ci/skip-load-test:
color: AE5904
description: Load tests will be skipped for this PR
repos:
newrelic/coreint-automation: *coreint-settings
newrelic/coreint-canaries: *coreint-settings
newrelic/infrastructure-bundle: *coreint-settings
newrelic/integrations-pkg-test-action: *coreint-settings
newrelic/newrelic-infra-checkers: *coreint-settings
newrelic/newrelic-integration-e2e-action: *coreint-settings
newrelic/newrelic-pcf-nozzle-tile: *coreint-settings
newrelic/newrelic-prometheus-exporters-packages : *coreint-settings
newrelic/nri-apache: *coreint-settings
newrelic/nri-cassandra: *coreint-settings
newrelic/nri-consul: *coreint-settings
newrelic/nri-couchbase: *coreint-settings
newrelic/nri-discovery-kubernetes: *coreint-settings
newrelic/nri-docker: *coreint-settings
newrelic/nri-ecs: *coreint-settings
newrelic/nri-elasticsearch: *coreint-settings
newrelic/nri-f5: *coreint-settings
newrelic/nri-haproxy: *coreint-settings
newrelic/nri-kafka: *coreint-settings
newrelic/nri-memcached: *coreint-settings
newrelic/nri-mongodb: *coreint-settings
newrelic/nri-mssql: *coreint-settings
newrelic/nri-mysql: *coreint-settings
newrelic/nri-nagios: *coreint-settings
newrelic/nri-nginx: *coreint-settings
newrelic/nri-oracledb: *coreint-settings
newrelic/nri-postgresql: *coreint-settings
newrelic/nri-prometheus: *coreint-settings
newrelic/nri-rabbitmq: *coreint-settings
newrelic/nri-redis: *coreint-settings
newrelic/nri-varnish: *coreint-settings
newrelic/nri-vsphere: *coreint-settings
newrelic/nri-winservices: *coreint-settings
newrelic/prometheus-exporter-supervisor: *coreint-settings
newrelic/release-toolkit: *coreint-settings