Skip to content

Commit efbf5e7

Browse files
ivikramsahuVasundhara-Shuklarichardblack-Harnessalai97lavakush07
authored
Create HCRCODEOWNERS (#11342)
* Create HCRCODEOWNERS This file will be used during the GitHub migration, and the Team will be using this file to configure the Code Owners as reviewer in HCR * add emails for AI SRE and SRM Signed-off-by: Vasundhara Shukla <[email protected]> * Update HCRCODEOWNERS Update JS, IaCM and AR codeowner entries * Update HCRCODEOWNERS Remove @ prefix on emails for Global, Config DS or JS, Lock file, Config, Netlify, Contributing, University, IaCM and AR entries * Update HCRCODEOWNERS Signed-off-by: Vasundhara Shukla <[email protected]> * Update Config, FF Classic, FME, and SEI * Updated CodeOwners from SCS and STO * Updated CDE Codeowners * Update HCRCODEOWNERS for SRM docs Signed-off-by: Vasundhara Shukla <[email protected]> * Add FME SDKs and Infra Team * Update CODEOWNERS for DB DevOps documentation * Update CD code-owners * Update CE codeowners * CCM Codeowners update * Update code owners for internal developer portal * Update HCRCODEOWNERS Updated emails, removed @ before emailid * Update code owners for AI QA and Artifact Registry docs * Add Nick, Matt and Brett as codeowners for AI SRE Signed-off-by: Vasundhara Shukla <[email protected]> --------- Signed-off-by: Vasundhara Shukla <[email protected]> Co-authored-by: Vasundhara Shukla <[email protected]> Co-authored-by: Richard Black <[email protected]> Co-authored-by: Austin Lai <[email protected]> Co-authored-by: Lavakush biyani <[email protected]> Co-authored-by: khushisharmaharness <[email protected]> Co-authored-by: Animesh Pathak <[email protected]> Co-authored-by: vishal-av <[email protected]> Co-authored-by: Ashutosh-Bhadauriya <[email protected]> Co-authored-by: Jyoti Bisht (Joe) <[email protected]> Co-authored-by: Shibam Dhar <[email protected]>
1 parent 732f4b2 commit efbf5e7

File tree

1 file changed

+236
-0
lines changed

1 file changed

+236
-0
lines changed

.github/HCRCODEOWNERS

Lines changed: 236 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,236 @@
1+
# HDH Codeowners file.
2+
# Created October 2023 - https://harness.atlassian.net/browse/HDH-189
3+
# Applies to Repository Structure, not URL per-se.
4+
# Learn more at: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
5+
6+
# Global Owners of the HDH Repository
7+
8+
9+
# Configuration Files in DS are JS.
10+
11+
12+
13+
14+
15+
# Changes to Lock File
16+
17+
18+
# Changes to Config Files
19+
20+
21+
22+
23+
24+
25+
# Changes to Netlify Files
26+
27+
28+
# Contributing
29+
30+
31+
32+
33+
# University
34+
/university/ [email protected]
35+
/src/components/HomepageUniversity/ [email protected]
36+
/src/components/University/ [email protected]
37+
38+
# Community
39+
/community/ @Ompragash [email protected]
40+
41+
# Redirect Archives
42+
43+
44+
# Documentation ###
45+
46+
# All Static files (images etc.)
47+
48+
49+
# All Data files - Please add global reviewers who are familiar with js/ts
50+
# data/*.ts @global-data-file-owners
51+
52+
# Continuous Delivery Docs
53+
/docs/continuous-delivery/ [email protected] [email protected] @pranaykaikini @prasadsatamharness @thisrohangupta @SudarshanPurohit [email protected]
54+
/release-notes/continuous-delivery.md [email protected] [email protected] @pranaykaikini @prasadsatamharness @thisrohangupta @SudarshanPurohit [email protected]
55+
/src/components/Roadmap/data/cdData.ts [email protected] [email protected] @thisrohangupta @SudarshanPurohit [email protected]
56+
/src/components/Docs/data/continuousDeliveryData* [email protected] [email protected] @thisrohangupta @SudarshanPurohit [email protected]
57+
# FirstGen CD Docs
58+
/docs/category/continuous-delivery/ [email protected] [email protected] @thisrohangupta [email protected]
59+
# CD FAQs
60+
/docs/faqs/continuous-delivery-faqs [email protected] [email protected] @SudarshanPurohit [email protected]
61+
# GitEx FAQs
62+
/docs/faqs/git-exp-vs-config-as-code/ [email protected] [email protected] @SudarshanPurohit [email protected]
63+
64+
65+
# Continuous Integration Docs
66+
/docs/continuous-integration/ @nofarblue [email protected] [email protected] @shivloka-harness
67+
/release-notes/continuous-integration.md @nofarblue [email protected] [email protected] @shivloka-harness
68+
/src/components/Roadmap/data/ciData.ts @nofarblue [email protected] [email protected] @shivloka-harness
69+
/src/components/Docs/data/continuousIntegrationData.ts @nofarblue [email protected] [email protected] @shivloka-harness
70+
71+
# CODE Docs
72+
/docs/code-repository/ @hitesharinga [email protected] @johannesHarness @nofarblue @atefehmohseni @rkapoor10
73+
/release-notes/code-repository.md @hitesharinga [email protected] @johannesHarness @nofarblue @atefehmohseni @rkapoor10
74+
/src/components/Roadmap/data/codeData.ts @hitesharinga [email protected] @johannesHarness @nofarblue @atefehmohseni @rkapoor10
75+
/src/components/Docs/data/codeRepositoryData.tsx @hitesharinga [email protected] @johannesHarness @nofarblue @atefehmohseni @rkapoor10
76+
77+
# STO Docs
78+
/docs/security-testing-orchestration/ [email protected] [email protected]
79+
/docs/faqs/security-testing-orchestration/ [email protected] [email protected]
80+
/release-notes/security-testing-orchestration.md [email protected] [email protected]
81+
/src/components/Roadmap/data/stoData.ts [email protected] [email protected]
82+
/src/components/Docs/data/securityTestingOrchestrationData.ts [email protected] [email protected]
83+
# STO FAQs
84+
/docs/faqs/security-testing-orchestration/ @tejakummarikuntla @priteshchandaliya
85+
86+
# CCM Docs
87+
88+
89+
/release-notes/cloud-cost-management.md @[email protected] @[email protected] @[email protected]
90+
/src/components/Roadmap/data/ccmData.ts @[email protected] @[email protected] @[email protected]
91+
/src/components/Docs/data/cloudCostManagementData.ts @[email protected] @[email protected] @[email protected]
92+
93+
# FirstGen CCM Docs
94+
/docs/category/cloud-cost-management/ @[email protected] @[email protected] @[email protected]
95+
96+
# CCM FAQs
97+
/docs/faqs/cloud-cost-management-faqs/ @[email protected] @[email protected] @[email protected]
98+
99+
# CET Docs
100+
/docs/continuous-error-tracking/ @M-Tsur
101+
/release-notes/continuous-error-tracking.md @M-Tsur
102+
/src/components/Docs/data/continuousErrorTrackingData.ts @M-Tsur
103+
/src/components/Docs/ContinuousErrorTracking.tsx @M-Tsur
104+
105+
# SRM Docs
106+
107+
/release-notes/service-reliability-management.md [email protected] [email protected] [email protected]
108+
/src/components/Roadmap/data/srmData.ts [email protected] [email protected] [email protected]
109+
/src/components/Docs/data/serviceReliabilityManagementData.ts [email protected] [email protected] [email protected]
110+
111+
# Chaos Docs
112+
113+
/release-notes/chaos-engineering.md [email protected] @[email protected]
114+
/src/components/Roadmap/data/ceData.ts @[email protected] @[email protected]
115+
/src/components/Docs/data/chaosEngineeringData* @[email protected] @[email protected]
116+
# Chaos FAQs
117+
118+
119+
/kb/chaos-engineering/chaos-engineering-faq [email protected] @[email protected] @[email protected]
120+
121+
# Platform Docs
122+
123+
124+
125+
/release-notes/self-managed-enterprise-edition.md [email protected] [email protected] [email protected] @anshul-harness @raviyadalam
126+
/src/components/Roadmap/data/platformData.ts [email protected] [email protected] [email protected]
127+
/src/components/Docs/data/platformData.ts [email protected] [email protected] [email protected]
128+
# FirtGen Platform Docs
129+
/docs/category/platform-firstgen/ [email protected] [email protected] [email protected]
130+
# FirstGen SMP Docs
131+
/docs/category/self-managed-enterprise-edition-fg/ [email protected] [email protected] [email protected]
132+
/docs/self-managed-enterprise-edition/ [email protected] [email protected] [email protected]
133+
# Delegate FAQs
134+
/docs/faqs/harness-delegate-faqs/ [email protected] [email protected] [email protected]
135+
# SMP FAQs
136+
137+
138+
# Pipeline Docs
139+
/docs/platform/pipelines/ [email protected] @SudarshanPurohit @anshul-harness @rohitk-h @prasadsatamharness @navaneeth [email protected] [email protected]
140+
/docs/platform/git-experience/ [email protected] @prasadsatamharness @anshul-harness @rohitk-h @prasadsatamharness @navaneeth [email protected] [email protected]
141+
/docs/platform/templates/ [email protected] @SudarshanPurohit @anshul-harness @rohitk-h @prasadsatamharness @navaneeth [email protected] [email protected]
142+
/docs/platform/variables-and-expressions/ [email protected] @SudarshanPurohit @anshul-harness @rohitk-h @prasadsatamharness @navaneeth [email protected] [email protected]
143+
/docs/platform/triggers/ [email protected] @SudarshanPurohit @anshul-harness @rohitk-h @prasadsatamharness @navaneeth [email protected] [email protected]
144+
/docs/platform/approvals/ [email protected] @anshul-harness @rohitk-h @prasadsatamharness @navaneeth [email protected] [email protected]
145+
/docs/platform/connectors/ [email protected] @anshul-harness @rohitk-h @prasadsatamharness @navaneeth [email protected] [email protected]
146+
147+
# AI DevOps Docs
148+
149+
150+
# IDP Docs
151+
/docs/internal-developer-portal/ @OrkoHunter @manishas @khushisharmaharness [email protected]
152+
/release-notes/internal-developer-portal.md @OrkoHunter @manishas @khushisharmaharness [email protected]
153+
/release-notes/static/internal-developer-portal/ @OrkoHunter @manishas @khushisharmaharness [email protected]
154+
/src/components/Roadmap/data/idpData.ts @OrkoHunter @manishas @khushisharmaharness [email protected]
155+
/src/components/Docs/data/internalDeveloperPortal.ts @OrkoHunter @manishas @khushisharmaharness [email protected]
156+
157+
# SCS Docs
158+
159+
/release-notes/software-supply-chain-assurance.md [email protected] [email protected] [email protected] [email protected]
160+
161+
/src/components/Docs/data/softwareSupplyChainAssuranceData.tsx [email protected] [email protected] [email protected] [email protected]
162+
163+
# IACM Docs
164+
165+
166+
167+
168+
169+
# FF Classic Docs
170+
171+
/docs/faqs/harness-feature-flag-faqs/ [email protected] [email protected] [email protected]
172+
173+
/src/components/Roadmap/data/ffData.ts [email protected] [email protected]
174+
/src/components/Docs/data/featureFlagsData.ts [email protected] [email protected]
175+
176+
# FME Docs
177+
178+
179+
180+
181+
182+
183+
# SEI Docs
184+
185+
/release-notes/software-engineering-insights.md [email protected] [email protected] [email protected] [email protected]
186+
187+
/src/components/Docs/data/softwareEngineeringInsightsData.ts [email protected] [email protected] [email protected] [email protected]
188+
189+
# DB DevOps Docs
190+
191+
192+
/src/components/Docs/data/databaseDevOpsData.ts [email protected] [email protected] [email protected] [email protected]
193+
194+
# DB DevOps FAQs
195+
196+
197+
# CDE Docs
198+
/docs/cloud-development-environments/ @manishas @khushisharmaharness
199+
/src/components/Docs/data/cloudDevelopmentEnvironmentData.ts @manishas @khushisharmaharness
200+
201+
# AI SRE Docs
202+
203+
204+
205+
# AI QA Assistant Docs
206+
/docs/ai-qa-assistant/ [email protected] [email protected]
207+
/release-notes/ai-test-automation.md [email protected] [email protected]
208+
/src/components/Docs/AiTestAutomation.tsx [email protected] [email protected]
209+
210+
# Artifact Registry Docs
211+
212+
213+
214+
215+
216+
# Open Source Docs
217+
218+
/src/components/Docs/data/openSourceData.tsx [email protected] [email protected]
219+
220+
# Cloud Operations Docs
221+
/docs/harness-cloud-operations/ @ankit-harness
222+
223+
# Knowledge Base ###
224+
225+
# Overall KB
226+
/kb/ @deepanshuHarness @jimin-harness
227+
/src/components/KnowledgeBase/data/ @deepanshuHarness @jimin-harness
228+
229+
#Armory KB
230+
/kb/armory @jimin-harness @deepanshuHarness
231+
232+
# DB DevOps
233+
234+
235+
#Reference Architectures
236+
/kb/reference-architectures @RajiKoppala @rssnyder @suranc @venkat65-harness @brandon-harness @goodrum-harness

0 commit comments

Comments
 (0)