forked from RHEcosystemAppEng/agentic-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
26 lines (23 loc) · 926 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
26 lines (23 loc) · 926 Bytes
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
# Agentic Collections - Code Owners
#
# GitHub automatically requests reviews from code owners when a PR
# touches matching files. Enable "Require review from Code Owners"
# in branch protection to make this mandatory.
# Default: all maintainers review anything not matched below
* @r2dedios @dmartinol @ikrispin @nemerna
# Pack owners
rh-sre/ @r2dedios @dmartinol
rh-developer/ @ikrispin @r2dedios @dmartinol
rh-virt/ @r2dedios @dmartinol
ocp-admin/ @r2dedios @dmartinol
rh-ai-engineer/ @ikrispin @r2dedios @dmartinol
rh-automation/ @nemerna @r2dedios @dmartinol
rh-basic/ @r2dedios @dmartinol
rh-support-engineer/
# CI, scripts, and repo-wide config
.github/ @r2dedios @dmartinol
scripts/ @r2dedios @dmartinol
catalog/ @r2dedios @dmartinol
CLAUDE.md @r2dedios @dmartinol
SKILL_DESIGN_PRINCIPLES.md @r2dedios @dmartinol
CONTRIBUTING.md @r2dedios @dmartinol