mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #3462/845c4064 backport][stable-3] Enable ansibullbot notifications in issues and PRs (#3465)
* Enable ansibullbot notifications in issues and PRs (#3462) The more recent version of Ansibullbot defaults notifications to false. We need to set it to true so it can notify contributors and maintainers. (cherry picked from commit845c406419
) * Update botmeta sanity test to accept notifications. (cherry picked from commit71a655193c
) Co-authored-by: David Moreau Simard <moi@dmsimard.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
46b4b9a6de
commit
5de05a6243
2 changed files with 2 additions and 0 deletions
1
.github/BOTMETA.yml
vendored
1
.github/BOTMETA.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
notifications: true
|
||||
automerge: true
|
||||
files:
|
||||
plugins/:
|
||||
|
|
|
@ -154,6 +154,7 @@ def main():
|
|||
}, extra=PREVENT_EXTRA)
|
||||
|
||||
schema = Schema({
|
||||
('notifications'): bool,
|
||||
('automerge'): bool,
|
||||
('macros'): MacroSchema,
|
||||
('files'): FilesSchema,
|
||||
|
|
Loading…
Reference in a new issue