mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update botmeta sanity test to accept notifications.
This commit is contained in:
parent
845c406419
commit
71a655193c
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ def main():
|
||||||
}, extra=PREVENT_EXTRA)
|
}, extra=PREVENT_EXTRA)
|
||||||
|
|
||||||
schema = Schema({
|
schema = Schema({
|
||||||
|
('notifications'): bool,
|
||||||
('automerge'): bool,
|
('automerge'): bool,
|
||||||
('macros'): MacroSchema,
|
('macros'): MacroSchema,
|
||||||
('files'): FilesSchema,
|
('files'): FilesSchema,
|
||||||
|
|
Loading…
Reference in a new issue