summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjctanner <tanner.jc@gmail.com>2020-04-14 13:11:05 -0400
committerGitHub <noreply@github.com>2020-04-14 13:11:05 -0400
commitf11b1454bb66ef4ed49f0def61babe32e1bfe407 (patch)
tree7ce026dd16c17e7bb66ddc2159be4b9cceaaf2ca
parentff1ba39c8af0bb1e28932823814bbdd5aa45cd37 (diff)
downloadansible-f11b1454bb66ef4ed49f0def61babe32e1bfe407.tar.gz
prepare for future ansibot collection changes (#68944)
-rw-r--r--.github/BOTMETA.yml1
-rwxr-xr-xtest/sanity/code-smell/botmeta.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index 834fd678c5..31a6713e44 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 c8bc22148c..a1ab926e8f 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),