2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00
Files
axios/.github/CODEOWNERS
T
Jay 302e2739c6 docs: update docs, add a couple actions etc (#10776)
* docs: update docs, add a couple actions etc

* chore: update THREATMODEL.md

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* chore: update docs/es/pages/misc/security.md

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-04-20 19:52:36 +02:00

34 lines
1.1 KiB
Plaintext

# CODEOWNERS
#
# Reviewers required for matching paths. Last-match-wins.
# Keep path-scoped rules below the catch-all so sensitive paths override it.
#
# Single-maintainer caveat: with only one owner, path-scoped rules cannot
# enforce a distinct second reviewer. They still (a) surface sensitive-path
# changes explicitly in the review UI, and (b) pre-stage scoped ownership
# for when additional maintainers are added.
# Default owner
* @jasonsaayman
# Runtime source — shipped to every consumer
/lib/ @jasonsaayman
/index.js @jasonsaayman
/index.d.ts @jasonsaayman
/index.d.cts @jasonsaayman
# Build / release infrastructure
/rollup.config.js @jasonsaayman
/package.json @jasonsaayman
/package-lock.json @jasonsaayman
/.npmrc @jasonsaayman
# CI and repo automation
/.github/workflows/ @jasonsaayman
/.github/CODEOWNERS @jasonsaayman
/.github/dependabot.yml @jasonsaayman
# Security-critical docs
/THREATMODEL.md @jasonsaayman
/SECURITY.md @jasonsaayman