We had the same thing to the last docs repository (https://github.com/github/internal-developer.github.com/pull/4800), it was very helpful. Would that be possible? I think the overhead to this solution is to add members from @docs-engineering to @octokit-maintainers, so that no review is required from me or other future Octokit maintainers Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
21 lines
794 B
Plaintext
21 lines
794 B
Plaintext
# Order is important. The LAST matching pattern has the MOST precedence.
|
|
# gitignore style patterns are used, not globs.
|
|
# https://help.github.com/articles/about-codeowners
|
|
# https://git-scm.com/docs/gitignore
|
|
|
|
/translations/ @github/docs-localization @github-actions
|
|
*.js @github/docs-engineering
|
|
/.github/ @github/docs-engineering
|
|
/script/ @github/docs-engineering
|
|
app.json @github/docs-engineering
|
|
crowdin.yml @github/docs-engineering
|
|
Dockerfile @github/docs-engineering
|
|
package-lock.json @github/docs-engineering
|
|
package.json @github/docs-engineering
|
|
|
|
/content/github/site-policy/ @github/site-policy-admins
|
|
|
|
# Make sure that Octokit maintainers get notified about changes
|
|
# relevant to the Octokit libraries (https://github.com/octokit)
|
|
/content/rest/reference @github/octokit-maintainers
|