forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
15 lines (13 loc) · 686 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
15 lines (13 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CODEOWNERS (CODE-QUALITY-STANDARD CQ-39, CI-CD-STANDARD CICD-17/18).
#
# Solo-maintainer repo: every path resolves to the same owner today. This file
# exists so a required-review ruleset (P0-2) has something to enforce against,
# and so the workflow/standards paths below get an explicit second look if a
# co-maintainer ever joins. The solo-maintainer self-review exception is
# recorded in docs/RESPONSIBLE-TECH-AUDITS.md (P2-2) once that artifact lands.
* @ChelseaKR
# Anything that can change what's merge-blocking deserves its own line even
# though it resolves to the same owner today.
/.github/workflows/ @ChelseaKR
/.github/rulesets/ @ChelseaKR
/docs/standards/ @ChelseaKR