From f11b1454bb66ef4ed49f0def61babe32e1bfe407 Mon Sep 17 00:00:00 2001 From: jctanner Date: Tue, 14 Apr 2020 13:11:05 -0400 Subject: [PATCH] prepare for future ansibot collection changes (#68944) --- .github/BOTMETA.yml | 1 + test/sanity/code-smell/botmeta.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 834fd678c59..31a6713e44e 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1,4 +1,5 @@ automerge: false +collection_redirect: false notifications: false files: .github/BOTMETA.yml: diff --git a/test/sanity/code-smell/botmeta.py b/test/sanity/code-smell/botmeta.py index c8bc22148cb..a1ab926e8fd 100755 --- a/test/sanity/code-smell/botmeta.py +++ b/test/sanity/code-smell/botmeta.py @@ -53,6 +53,7 @@ def main(): schema = Schema({ Required('automerge'): bool, + Required('collection_redirect'): bool, Required('notifications'): bool, Required('files'): Any(None, *list_dict_file_schema), Required('macros'): dict, # Any(*list_macros_schema),