prepare for future ansibot collection changes (#68944)
This commit is contained in:
parent
ff1ba39c8a
commit
f11b1454bb
2 changed files with 2 additions and 0 deletions
1
.github/BOTMETA.yml
vendored
1
.github/BOTMETA.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
automerge: false
|
||||
collection_redirect: false
|
||||
notifications: false
|
||||
files:
|
||||
.github/BOTMETA.yml:
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue