Skip to content

Commit

Permalink
chore: add CODEOWNERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Oct 16, 2023
1 parent 1f373c5 commit d1ed65e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# the last match is the one that takes preference, so more general rules need to come first
#
# Note: this file primarily exists to ensure that PR's are tagged to review to a sensible audience, we
# deliberately allow review by any approved committer, not just the code owner.

# by default request review from all of ads-dev
* @brave/ads-dev

# to reduce renovate spam: just send these to the core team
/.github/workflows @tackley @IanKrieger

.node-version @tackley @IanKrieger

package*.json @tackley @IanKrieger


0 comments on commit d1ed65e

Please sign in to comment.