-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
458 lines (231 loc) · 17.5 KB
/
CODEOWNERS
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo. Unless a later match takes precedence,
# Owners of the CODEOWNERS file
/.github/CODEOWNERS @steve-fenton-octopus @tonykelly-octopus
# Owners of the dictionary-octopus.txt file
/dictionary-octopus.txt @steve-fenton-octopus
# credits updates get reviewed by michaelnoonan and jburger for open source license compliance
/docs/credits.md @michaelnoonan @jburger
# updates to the glossary page are reviewed by team-marketing
/docs/getting-started/glossary.md @OctopusDeploy/team-marketing
# updates to the getting started page are reviewed by steve-fenton-octopus
/docs/getting-started/index.md @steve-fenton-octopus
# updates to the first deployment page are reviewed by team-product-growth
/docs/getting-started/first-deployment/ @OctopusDeploy/team-product-growth
# updates to the first kubernetes deployment page are reviewed by team-product-growth
/docs/getting-started/first-kubernetes-deployment.md @OctopusDeploy/team-product-growth
# updates to the best practices page are reviewed by team-support
/docs/getting-started/best-practices/ @OctopusDeploy/team-support
# updates to the first runbook run page are reviewed by team-product-growth
/docs/getting-started/first-runbook-run/ @OctopusDeploy/team-product-growth
# updates to the managing octopus subscriptions page are reviewed by team-product-growth
/docs/getting-started/managing-octopus-subscriptions.md @OctopusDeploy/team-product-growth
# updates to the samples instance page are reviewed by team-solutions
/docs/getting-started/samples-index.mdx @OctopusDeploy/team-solutions
# updates to the projects overview page are reviewed by team-marketing
/docs/projects/index.mdx @OctopusDeploy/team-marketing
# updates to the projects deployment process page are reviewed by team-modelling-at-scale
/docs/projects/deployment-process/index.mdx @OctopusDeploy/team-modelling-at-scale
# updates to the project recommendations page are reviewed by team-support
/docs/projects/recommendations/index.mdx @OctopusDeploy/team-support
# updates to the projects steps section are reviewed by team-modern-deployments
/docs/projects/steps/ @OctopusDeploy/team-modern-deployments
# updates to the community step templates page are reviewed by team-solutions
/docs/projects/community-step-templates.md @OctopusDeploy/team-solutions
# updates to the built in step templates page are reviewed by team-modelling-at-scale
/docs/projects/built-in-step-templates/index.mdx @OctopusDeploy/team-modelling-at-scale
# updates to the exporting and importing projects page are reviewed by team-backend-foundations
/docs/projects/export-import/index.mdx @OctopusDeploy/team-backend-foundations
# updates to the projects custom step templates page are reviewed by team-modelling-at-scale
/docs/projects/custom-step-templates.md @OctopusDeploy/team-modelling-at-scale
# updates to the projects update step templates page are reviewed by team-modelling-at-scale
/docs/projects/updating-step-templates.md @OctopusDeploy/team-modelling-at-scale
# updates to the variables page are reviewed by team-modelling-at-scale
/docs/projects/variables/index.mdx @OctopusDeploy/team-modelling-at-scale
# updates to the tenants page are reviewed by team-modelling-at-scale
/docs/projects/tenants/index.mdx @OctopusDeploy/team-modelling-at-scale
# updates to the project triggers page are reviewed by team-modelling-at-scale
/docs/projects/project-triggers/index.md @OctopusDeploy/team-modelling-at-scale
# updates to the coordinating multiple projects section are reviewed by team-support
/docs/projects/coordinating-multiple-projects/ @OctopusDeploy/team-support
# updates to the config as code section are reviewed by team-modern-deployments
/docs/projects/version-control/ @OctopusDeploy/team-modern-deployments
# updates to the tenants section are reviewed by team-modelling-at-scale
/docs/tenants/ @OctopusDeploy/team-modelling-at-scale
# updates to the tenants overview page are reviewed by team-marketing
/docs/tenants/index.md @OctopusDeploy/team-marketing
# updates to the tenants tenant types page are reviewed by team-modelling-at-scale
/docs/tenants/tenant-types.md @OctopusDeploy/team-modelling-at-scale
# updates to the tenants tenant creation page are reviewed by team-modelling-at-scale
/docs/tenants/tenant-creation/index.mdx @OctopusDeploy/team-modelling-at-scale
# updates to the tenants tenant variables page are reviewed by team-modelling-at-scale
/docs/tenants/tenant-variables.mdx @OctopusDeploy/team-modelling-at-scale
# updates to the tenants tenant tags page are reviewed by team-modelling-at-scale
/docs/tenants/tenant-tags.md @OctopusDeploy/team-modelling-at-scale
# updates to the tenants tenant infrastructure page are reviewed by team-modelling-at-scale
/docs/tenants/tenant-infrastructure.md @OctopusDeploy/team-modelling-at-scale
# updates to the tenants tenant lifecycle page are reviewed by team-modelling-at-scale
/docs/tenants/tenant-lifecycles.md @OctopusDeploy/team-modelling-at-scale
# updates to the tenants tenant roles and security page are reviewed by team-modelling-at-scale
/docs/tenants/tenant-roles-and-security.md @OctopusDeploy/team-modelling-at-scale
# updates to the tenants multi-tenant deployment guide page are reviewed by team-modelling-at-scale
/docs/tenants/guides/index.md @OctopusDeploy/team-modelling-at-scale
# updates to the tenants multi-tenant deployments faq page are reviewed by team-modelling-at-scale
/docs/tenants/tenant-deployment-faq.md @OctopusDeploy/team-modelling-at-scale
# updates to the tenants troubleshooting multi-tenant deployments page are reviewed by team-modelling-at-scale
/docs/tenants/troubleshooting-multi-tenant-deployments.md @OctopusDeploy/team-modelling-at-scale
# updates to the octopus cloud section are reviewed by team-cloud-platform
/docs/octopus-cloud/ @OctopusDeploy/team-cloud-platform
# updates to the octopus cloud overview page are reviewed by team-marketing
/docs/octopus-cloud/index.mdx @OctopusDeploy/team-marketing
# updates to the installation sections are reviewed by team-product-growth
/docs/installation/ @OctopusDeploy/team-product-growth
# updates to the installation overview page are reviewed by team-marketing
/docs/installation/index.mdx @OctopusDeploy/team-marketing
# updates to the infrastructure overview page are reviewed by team-modern-deployments
/docs/infrastructure/ @OctopusDeploy/team-modern-deployments
# updates to the infrastructure overview page are reviewed by team-marketing
/docs/infrastructure/index.mdx @OctopusDeploy/team-marketing
# updates to the packaging applications overview page are reviewed by team-marketing
/docs/packaging-applications/index.md @OctopusDeploy/team-marketing
# updates to the packaging applications create packages page are reviewed by team-server-at-scale
/docs/packaging-applications/create-packages/index.md @OctopusDeploy/team-server-at-scale
# updates to the packaging applications builder servers page are reviewed by team-modern-deployments
/docs/packaging-applications/build-servers/index.md @OctopusDeploy/team-modern-deployments
# updates to the packaging applications packaging repositories page are reviewed by team-server-at-scale
/docs/packaging-applications/package-repositories/index.md @OctopusDeploy/team-server-at-scale
# updates to the releases overview page are reviewed by team-marketing
/docs/releases/index.mdx @OctopusDeploy/team-marketing
# updates to the lifecycles page are reviewed by team-modelling-at-scale
/docs/releases/lifecycles/index.mdx @OctopusDeploy/team-modelling-at-scale
# updates to the channels page are reviewed by team-modelling-at-scale
/docs/releases/channels/index.md @OctopusDeploy/team-modelling-at-scale
# updates to the guided failures page are reviewed by team-server-at-scale
/docs/releases/guided-failures.md @OctopusDeploy/team-server-at-scale
# updates to the prevent release progression page are reviewed by team-server-at-scale
/docs/releases/prevent-release-progression.md @OctopusDeploy/team-server-at-scale
# updates to the releases deleting releases page are reviewed by team-modelling-at-scale
/docs/releases/deleting-releases.md @OctopusDeploy/team-modelling-at-scale
# updates to the releases manually fail a task page are reviewed by team-modelling-at-scale
/docs/releases/manually-fail-a-task.md @OctopusDeploy/team-modelling-at-scale
# updates to the releases issues trackers page are reviewed by team-modern-deployments
/docs/releases/issue-tracking/ @OctopusDeploy/team-modern-deployments
# updates to the release versioning page are reviewed by team-modelling-at-scale
/docs/releases/release-versioning.md @OctopusDeploy/team-modelling-at-scale
# updates to the release notes page are reviewed by team-modelling-at-scale
/docs/releases/release-notes.md @OctopusDeploy/team-modelling-at-scale
# updates to the deployments section are reviewed by team-modern-deployments
/docs/deployments/ @OctopusDeploy/team-modern-deployments
# updates to the deployments overview page are reviewed by team-marketing
/docs/deployments/index.md @OctopusDeploy/team-marketing
# updates to the deployments certificates page are reviewed by team-modelling-at-scale
/docs/deployments/certificates/index.md @OctopusDeploy/team-modelling-at-scale
# updates to the deployments databases section are reviewed by team-backend-foundations
/docs/deployments/databases/ @OctopusDeploy/team-backend-foundations
# updates to the deployments docker section are reviewed by team-cloud-platform
/docs/deployments/docker/ @OctopusDeploy/team-cloud-platform
# updates to the deployments packages page are reviewed by team-server-at-scale
/docs/deployments/packages/index.md @OctopusDeploy/team-server-at-scale
# updates to the deployments custom scripts section are reviewed by team-modelling-at-scale
/docs/deployments/custom-scripts/ @OctopusDeploy/team-modelling-at-scale
# updates to the bulk deployment creation page are reviewed by team-modelling-at-scale
/docs/deployments/bulk-deployment-creation.md @OctopusDeploy/team-modelling-at-scale
# updates to the runbooks overview page are reviewed by team-marketing
/docs/runbooks/index.mdx @OctopusDeploy/team-marketing
# updates to the runbooks runbooks vs deployments page are reviewed by team-server-at-scale
/docs/runbooks/runbooks-vs-deployments/index.md @OctopusDeploy/team-server-at-scale
# updates to the runbooks runbook permissions page are reviewed by team-server-at-scale
/docs/runbooks/runbook-permissions/index.md @OctopusDeploy/team-server-at-scale
# updates to the runbooks runbook variables page are reviewed by team-server-at-scale
/docs/runbooks/runbook-variables/index.md @OctopusDeploy/team-server-at-scale
# updates to the runbooks runbook publishing page are reviewed by team-server-at-scale
/docs/runbooks/runbook-publishing/index.md @OctopusDeploy/team-server-at-scale
# updates to the runbooks scheduled runbook triggers page are reviewed by team-server-at-scale
/docs/runbooks/scheduled-runbook-trigger/index.md @OctopusDeploy/team-server-at-scale
# updates to the runbooks scheduled runbook examples page are reviewed by team-server-at-scale
/docs/runbooks/runbook-examples/index.md @OctopusDeploy/team-server-at-scale
# updates to the tasks section are reviewed by team-backend-foundations
/docs/tasks/ @OctopusDeploy/team-backend-foundations
# updates to the tasks overview page are reviewed by team-marketing
/docs/tasks/index.md @OctopusDeploy/team-marketing
# updates to the approvals sections are reviewed by team-modern-deployments
/docs/approvals/ @OctopusDeploy/team-modern-deployments
# updates to the approvals overview page are reviewed by team-marketing
/docs/approvals/index.md @OctopusDeploy/team-marketing
# updates to the insights sections are reviewed by team-modelling-at-scale
/docs/insights/ @OctopusDeploy/team-modelling-at-scale
# updates to the insights overview page are reviewed by team-marketing
/docs/insights/index.md @OctopusDeploy/team-marketing
# updates to the octopus rest api overview page are reviewed by team-marketing
/docs/octopus-rest-api/index.mdx @OctopusDeploy/team-marketing
# updates to the how to create an api key page are reviewed by team-backend-foundations
/docs/octopus-rest-api/how-to-create-an-api-key.md @OctopusDeploy/team-backend-foundations
# updates to the octopus client page are reviewed by team-backend-foundations
/docs/octopus-rest-api/octopus.client/index.md @OctopusDeploy/team-backend-foundations
# updates to the octopus command line sections are reviewed by team-modern-deployments
/docs/octopus-rest-api/octopus-cli/ @OctopusDeploy/team-modern-deployments
# updates to the API examples page are reviewed by team-backend-foundations
/docs/octopus-rest-api/examples/index.md @OctopusDeploy/team-backend-foundations
# updates to the octopus server command line page are reviewed by team-backend-foundations
/docs/octopus-rest-api/octopus.server.exe-command-line/index.md @OctopusDeploy/team-backend-foundations
# updates to the octopus rest api tentacle exe command line page are reviewed by team-server-at-scale
/docs/octopus-rest-api/tentacle.exe-command-line/index.md @OctopusDeploy/team-server-at-scale
# updates to the calamari page are reviewed by team-modern-deployments
/docs/octopus-rest-api/calamari.md @OctopusDeploy/team-modern-deployments
# updates to the octopus migrator command line page are reviewed by team-backend-foundations
/docs/octopus-rest-api/octopus.migrator.exe-command-line/index.md @OctopusDeploy/team-backend-foundations
# updates to the migration api page are reviewed by team-backend-foundations
/docs/octopus-rest-api/migration-api/index.md @OctopusDeploy/team-backend-foundations
# updates to the octopus CLI sections are reviewed by team-modern-deployments
/docs/octopus-rest-api/cli/ @OctopusDeploy/team-modern-deployments
# updates to the openid connect page are reviewed by team-devex
/docs/octopus-rest-api/openid-connect/index.md @OctopusDeploy/team-devex
# updates to the administration section are reviewed by team-backend-foundations
/docs/administration/ @OctopusDeploy/team-backend-foundations
# updates to the administration overview page are reviewed by team-marketing
/docs/administration/index.md @OctopusDeploy/team-marketing
# updates to the retention policies page are reviewed by team-modelling-at-scale
/docs/administration/retention-policies/index.mdx @OctopusDeploy/team-modelling-at-scale
# updates to the administration reporting page are reviewed by team-modelling-at-scale
/docs/administration/reporting/index.mdx @OctopusDeploy/team-modelling-at-scale
# updates to the security overview page are reviewed by team-marketing
/docs/security/index.md @OctopusDeploy/team-marketing
# updates to the script integrity in octopus page are reviewed by team-modern-deployments
/docs/security/script-integrity.md @OctopusDeploy/team-modern-deployments
# updates to the hardening octopus page are reviewed by team-cloud-platform
/docs/security/hardening-octopus.mdx @OctopusDeploy/team-cloud-platform
# updates to the exposing octopus page are reviewed by team-backend-foundations
/docs/security/exposing-octopus/index.md @OctopusDeploy/team-backend-foundations
# updates to the outbound requests page are reviewed by team-backend-foundations
/docs/security/outbound-requests/index.md @OctopusDeploy/team-backend-foundations
# updates to the http security headers page are reviewed by team-backend-foundations
/docs/security/http-security-headers.md @OctopusDeploy/team-backend-foundations
# updates to the security octopus tentacle communication page are reviewed by team-server-at-scale
/docs/security/octopus-tentacle-communication/index.md @OctopusDeploy/team-server-at-scale
# updates to the security authentication providers section are reviewed by team-product-growth
/docs/security/authentication/ @OctopusDeploy/team-product-growth
# updates to the data encryption page are reviewed by team-backend-foundations
/docs/security/data-encryption.md @OctopusDeploy/team-backend-foundations
# updates to the security built-in worker page are reviewed by team-server-at-scale
/docs/security/built-in-worker.md @OctopusDeploy/team-server-at-scale
# updates to the users and teams page are reviewed by team-backend-foundations
/docs/security/users-and-teams/index.md @OctopusDeploy/team-backend-foundations
# updates to the fips and octopus deploy page are reviewed by team-backend-foundations
/docs/security/fips-and-octopus-deploy.md @OctopusDeploy/team-backend-foundations
# updates to the PCI compliance and octopus deploy page are reviewed by jburger
/docs/security/pci-compliance-and-octopus-deploy.md @jburger
# updates to the common security vulnerabilities and exploits and octopus deploy page are reviewed by jburger
/docs/security/cve/ @jburger
# updates to the caiq section are reviewed by jburger
/docs/security/caiq/ @jburger
# updates to the support section are reviewed by team-support
/docs/support/ @OctopusDeploy/team-support
# updates to the support overview page are reviewed by team-marketing
/docs/support/index.md @OctopusDeploy/team-marketing
# updates to the deprecations page are reviewed by michaelnoonan and alexrolleyoctopus
/docs/deprecations/index.md @michaelnoonan @alexrolleyoctopus
# updates to the Kubernetes targets infrastructure pages are reviewed by modern-deployments
/docs/infrastructure/deployment-targets/kubernetes @OctopusDeploy/team-modern-deployments
/docs/infrastructure/deployment-targets/kubernetes-cluster @OctopusDeploy/team-modern-deployments
/docs/infrastructure/deployment-targets/kubernetes-target @OctopusDeploy/team-modern-deployments