From 00691f43c58a139e796e170cd6c77949c122bbb1 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 12 Jun 2019 12:47:56 -0500 Subject: [PATCH] Default become plugins to core support (#57771) * Default become plugins to core support * s/cache/become --- .github/BOTMETA.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 8eb070ada8b..67ca88011b3 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -999,6 +999,10 @@ files: maintainers: $team_networking labels: networking ############################### +# plugins/become + $plugins/become/: + support: core +############################### # plugins/cache $plugins/cache/__init__.py: support: core