Skip to content

Commit

Permalink
[no ticket] Add codeowners to documentation folder (#3645)
Browse files Browse the repository at this point in the history
## Summary
Fixes #{ISSUE}

### Time to review: __x mins__

## Motivation

Inspired by PRs like
#3604, which ping everyone
for a change that's only relevant to the

## Changes

The diff is rough, but the functional change is to group the codeowners
file by teams, and make the individual `documentation` folders be
codeowned by their respective teams.
  • Loading branch information
coilysiren authored and DavidDudas-Intuitial committed Feb 7, 2025
1 parent e24e3c6 commit 93b6bc7
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Alphabetize the folder names, alphabetize codeowner names.
# Keep this document in sync with MAINTAINERS.md.

* @mdragon # project lead
/.github/ @acouch @coilysiren @mdragon # same as infra
/analytics/ @acouch @coilysiren @widal001
/api/ @chouinar @mdragon
/bin/ @coilysiren @acouch @mdragon # same as infra
* @mdragon # project lead

/analytics/ @acouch @coilysiren @widal001
/documentation/analytics/ @acouch @coilysiren @widal001

/api/ @chouinar @mdragon
/documentation/api/ @chouinar @mdragon

/frontend/ @acouch @andycochran @btabaska @doug-s-nava
/documentation/frontend/ @acouch @andycochran @btabaska @doug-s-nava

/infra/ @acouch @coilysiren @mdragon
/documentation/infra/ @acouch @coilysiren @mdragon
/.github/ @acouch @coilysiren @mdragon
/bin/ @acouch @coilysiren @mdragon

/documentation/ @acouch @andycochran @btabaska @chouinar @coilysiren @doug-s-nava @mdragon @widal001 # everyone
/frontend/ @acouch @andycochran @btabaska @doug-s-nava
/infra/ @acouch @coilysiren @mdragon

0 comments on commit 93b6bc7

Please sign in to comment.