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:
parent
ff49bbd15d
commit
7bce6818eb
2 changed files with 2 additions and 0 deletions
1
.github/BOTMETA.yml
vendored
1
.github/BOTMETA.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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"),
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue