19 lines
706 B
Plaintext
19 lines
706 B
Plaintext
# CODEOWNERS for Ghost Repository
|
|
# This file defines code ownership for automatic review assignment
|
|
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
|
|
|
# E2E Test Ownership
|
|
# The top-level e2e directory requires review from designated owners
|
|
/e2e/ @9larsons
|
|
|
|
# Tinybird Analytics
|
|
# Tinybird data pipelines and services require review from designated owners
|
|
**/tinybird/ @9larsons @cmraible @evanhahn @troyciesco
|
|
|
|
# @tryghost/parse-email-address
|
|
/ghost/parse-email-address/ @EvanHahn
|
|
|
|
# Inbox Links
|
|
ghost/core/core/server/lib/get-inbox-links.ts @EvanHahn
|
|
ghost/core/test/unit/server/lib/get-inbox-links.test.ts @EvanHahn
|