1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Added supershipit to botmeta sanity test (#50219)

This commit is contained in:
Jordan Borean 2018-12-21 10:36:43 +10:00 committed by GitHub
parent ff49bbd15d
commit 7bce6818eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.github/BOTMETA.yml vendored
View file

@ -31,6 +31,7 @@
# https://github.com/ansible/ansible/labels?q=support for full list # https://github.com/ansible/ansible/labels?q=support for full list
# labels - list of GitHub labels to apply. Path components of 'file' parent key # labels - list of GitHub labels to apply. Path components of 'file' parent key
# which are valid GitHub labels are automatically added. # which are valid GitHub labels are automatically added.
# supershipit - supershipiteers can turn a shipit into a supershipit
# #
automerge: True automerge: True

View file

@ -37,6 +37,7 @@ def main():
'labels': Any(list_string_types, *string_types), 'labels': Any(list_string_types, *string_types),
'maintainers': Any(list_string_types, *string_types), 'maintainers': Any(list_string_types, *string_types),
'notified': Any(list_string_types, *string_types), 'notified': Any(list_string_types, *string_types),
'supershipit': Any(list_string_types, *string_types),
'support': Any("core", "network", "community"), 'support': Any("core", "network", "community"),
}) })
) )