Skip to content

Commit

Permalink
chore: add mrmeku as labs owner (for protobuf)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Mar 23, 2020
1 parent b47cc74 commit 08b9849
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ generate_codeowners(
# do not sort
owners = [
"//:OWNERS",
"//packages/labs:OWNERS",
"//examples:OWNERS.examples_nestjs",
],
)
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# Don't edit it directly

* @gregmagolan @soldair @alexeagle
/packages/labs/* @mrmeku @alexeagle
/examples/nestjs/** @zachgrayio @zMotivat0r @rayman1104 @siberex @alexeagle
9 changes: 8 additions & 1 deletion packages/labs/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
load("@build_bazel_rules_nodejs//:tools/defaults.bzl", "pkg_npm")
load("@build_bazel_rules_nodejs//:tools/defaults.bzl", "codeowners", "pkg_npm")

codeowners(
pattern = "*",
teams = [
"@mrmeku",
],
)

exports_files(["tsconfig.json"])

Expand Down
2 changes: 1 addition & 1 deletion scripts/update_codeowners.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Update the owners=[] attribute in //.github:gen_codeowners

BAZEL=./node_modules/.bin/bazel
BAZEL=./node_modules/.bin/bazelisk
BUILDOZER=./node_modules/.bin/buildozer

readonly new_owners=$(
Expand Down

0 comments on commit 08b9849

Please sign in to comment.