Skip to content

Commit

Permalink
chore: add jbedard as a @bazel/rollup codeowner (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Mar 26, 2020
1 parent bc811fd commit 2d9bef9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ generate_codeowners(
owners = [
"//:OWNERS",
"//packages/labs:OWNERS",
"//packages/rollup:OWNERS",
"//examples:OWNERS.examples_nestjs",
],
)
Expand Down
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# Don't edit it directly

* @gregmagolan @soldair @alexeagle
/packages/labs/* @mrmeku @alexeagle
/packages/labs/** @mrmeku @alexeagle
/packages/rollup/** @jbedard @alexeagle
/examples/nestjs/** @zachgrayio @zMotivat0r @rayman1104 @siberex @alexeagle
5 changes: 1 addition & 4 deletions packages/labs/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
load("@build_bazel_rules_nodejs//:tools/defaults.bzl", "codeowners", "pkg_npm")

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

exports_files(["tsconfig.json"])
Expand Down
6 changes: 5 additions & 1 deletion packages/rollup/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

load("@build_bazel_rules_nodejs//:tools/defaults.bzl", "pkg_npm")
load("@build_bazel_rules_nodejs//:tools/defaults.bzl", "codeowners", "pkg_npm")

codeowners(
teams = ["@jbedard"],
)

# Ugly genrule depending on local linux environment to build the README out of skylark doc generation.
# Only referenced when we do a release.
Expand Down

0 comments on commit 2d9bef9

Please sign in to comment.