-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
22 lines (18 loc) · 1.59 KB
/
Copy pathCODEOWNERS
File metadata and controls
22 lines (18 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CODEOWNERS — ralph-vault-skill
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# The LAST matching pattern wins. Keep broad rules at the top.
# ── Default ──────────────────────────────────────────────────────────────
# Every PR needs at least one maintainer approval.
* @SantanderAI/ralph-vault-skill-maintainers @SantanderAI/core-admins
# ── FIXED prompts (change with extra care) ───────────────────────────────
/assets/prompts/ @SantanderAI/ralph-vault-skill-maintainers @SantanderAI/core-admins
# ── CI/CD + GitHub config ────────────────────────────────────────────────
# Changes to workflows, dependabot, issue/PR templates: OSPO sign-off.
/.github/ @SantanderAI/ospo @SantanderAI/core-admins
# ── Legal & security policy ──────────────────────────────────────────────
# These files have organization-wide implications.
LICENSE @SantanderAI/ospo @SantanderAI/core-admins
NOTICE @SantanderAI/ospo @SantanderAI/core-admins
SECURITY.md @SantanderAI/ospo @SantanderAI/core-admins
CODEOWNERS @SantanderAI/ospo @SantanderAI/core-admins