Skip to content

Commit

Permalink
Update CODEOWNERS to keep only actual maintainers.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadeg committed Oct 9, 2022
1 parent 145d2b7 commit 8f238d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence, @global-owner1 and @global-owner2
# will be requested for review when someone opens a pull request.
* @maxim-tschumak @netme @tkrop @ddufourboivin-zalando @zeitlinger
* @tkrop @zeitlinger @vadeg

# Order is important; the last matching pattern takes the most precedence.
# When someone opens a pull request that only modifies JS files, only @js-owner
# and not the global owner(s) will be requested for a review.
# *.js @js-owner

# You can also use email addresses if you prefer. They'll be used to look up
# users just like we do for commit author emails.
web-ui @maxim-tschumak @tkrop @ddufourboivin-zalando @zeitlinger

0 comments on commit 8f238d5

Please sign in to comment.