Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.

Commit 17381d7

Browse files
chore: add CODEOWNERS for maintainer review on critical paths (#36)
Adds CODEOWNERS to automatically request @TommiLindfors review on PRs touching critical paths: - **Protected**: schemas, workflows, scenarios, scripts, CI, governance, methodology - **Open for contributors**: source records, tasks, deadlines, document requirements, institutions, conditions This pairs with the new branch protection (1 required review) to ensure maintainer oversight on structural changes while keeping data contributions easy.
1 parent c82ce4c commit 17381d7

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# CODEOWNERS - workflow-data
2+
# These owners are automatically requested for review on PRs
3+
# that modify the matching paths.
4+
5+
# Schemas define the data model - changes here affect all data files
6+
/schemas/ @TommiLindfors
7+
8+
# Workflows define the core bereavement process sequences
9+
/data/workflows/ @TommiLindfors
10+
11+
# Scenarios define how workflows are composed
12+
/data/scenarios/ @TommiLindfors
13+
14+
# Validation and export scripts
15+
/scripts/ @TommiLindfors
16+
17+
# CI/CD configuration
18+
/.github/ @TommiLindfors
19+
20+
# Governance and methodology
21+
/GOVERNANCE.md @TommiLindfors
22+
/METHODOLOGY.md @TommiLindfors
23+
/REUSE.toml @TommiLindfors
24+
/datapackage.json @TommiLindfors

0 commit comments

Comments
 (0)