From e94a9401c325afab5def031f7123d64ad9264662 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Mon, 17 Sep 2018 08:56:44 +0100 Subject: [PATCH] BOTMETA: Only notify sivel & gundalow on code changes to validate-modules (#45716) --- .github/BOTMETA.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 4ec40cb5b6e..4620f0e648d 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -978,11 +978,17 @@ files: maintainers: resmo felixfontein test/sanity/validate-modules: notified: - - gundalow - mattclay - - sivel keywords: - validate-modules + test/sanity/validate-modules/schema.py: + notified: + - gundalow + - sivel + test/sanity/validate-modules/main.py: + notified: + - gundalow + - sivel docs/: maintainers: - acozine