mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
302e2739c6
* 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>
34 lines
1.1 KiB
Plaintext
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
|