-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (19 loc) · 1.28 KB
/
CODEOWNERS
File metadata and controls
26 lines (19 loc) · 1.28 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
# CODEOWNERS for adobe/skills
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# Rules are evaluated top-to-bottom; the LAST matching pattern takes precedence.
# Order: general → specific so that specific paths override the default.
# Default owner (repo admin)
* @trieloff
# CI/CD and GitHub workflows
/.github/ @trieloff @shsteimer
# Claude plugin marketplace config
/.claude-plugin/ @shsteimer @trieloff
# AEM Edge Delivery Services (Sean Steimer is primary author of all skills)
/skills/aem/edge-delivery-services/ @shsteimer
# AEM Project Management (Astha Bhargava is sole author)
/skills/aem/project-management/ @AsthaBhargava
# AEM Cloud Service (in-flight, contributors: abhishekgarg18, pkumargaddam, Himanich, akankshajain18, rombert)
/skills/aem/cloud-service/ @abhishekgarg18 @pkumargaddam @Himanich @akankshajain18 @rombert
# AEM 6.5 LTS (in-flight, contributors: abhishekgarg18, akankshajain18, rombert)
/skills/aem/6.5-lts/ @abhishekgarg18 @akankshajain18 @rombert