From 72bd2eb27f6f97408b6d30d038462990a589a317 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:44:36 +0100 Subject: [PATCH] Add Git submodule directories to CODEOWNERS To prevent team review requests for Dependabot PRs like: - https://github.com/heroku/buildpacks-jvm/pull/712 - https://github.com/heroku/buildpacks-jvm/pull/722 - https://github.com/heroku/buildpacks-jvm/pull/723 - https://github.com/heroku/buildpacks-jvm/pull/724 --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 42cc0286..f89d1fa5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,6 +3,8 @@ # However, request review from the language owner instead for files that are updated # by Dependabot or release automation, to reduce team review request noise. +/buildpacks/*/test-apps/heroku-*-getting-started/ @Malax +/buildpacks/sbt/sbt-extras/ @Malax buildpack.toml @Malax CHANGELOG.md @Malax Cargo.toml @Malax