forked from StellarCheckMate/Checkmate-Escrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
27 lines (20 loc) · 1.02 KB
/
Copy pathCODEOWNERS
File metadata and controls
27 lines (20 loc) · 1.02 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
27
# CODEOWNERS — Reviewer routing for Checkmate-Escrow
# Syntax: <pattern> <@owner-or-team>
# GitHub automatically requests reviews from these owners when a PR touches the matched paths.
# Replace placeholder handles with real GitHub usernames or team slugs (e.g. @StellarCheckMate/contracts).
# Global fallback — catches anything not matched below
* @StellarCheckMate/maintainers
# Escrow smart contract
/contracts/escrow/ @StellarCheckMate/contracts
# Oracle smart contract
/contracts/oracle/ @StellarCheckMate/contracts
# Documentation
/docs/ @StellarCheckMate/docs
# CI/CD and GitHub configuration
/.github/ @StellarCheckMate/maintainers
# Scripts
/scripts/ @StellarCheckMate/maintainers
# Root config and workspace files
/Cargo.toml @StellarCheckMate/contracts
/Cargo.lock @StellarCheckMate/contracts
/environments.toml @StellarCheckMate/maintainers