Skip to content

Commit

Permalink
BOTMETA migrated_to should be namespace.collection (ansible#64029)
Browse files Browse the repository at this point in the history
  • Loading branch information
gundalow authored Dec 3, 2019
1 parent 88d8cf8 commit 322a4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# ignored - these people should never be notified
# deprecated - this file is deprecated but probably not yet renamed
# keywords - used to identify this file based on the issue description
# migrated_to - Location on Galaxy,
# migrated_to - If this has been migrated to Galaxy, in the form collection.namespace
# see https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html
# support - used for files without internal ANSIBLE_METADATA, see
# https://github.com/ansible/ansible/labels?q=support for full list
Expand Down
2 changes: 1 addition & 1 deletion test/sanity/code-smell/botmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main():
'maintainers': Any(list_string_types, *string_types),
'migrated_to': All(
Any(*string_types),
Match(r'^https://galaxy.ansible.com/'),
Match(r'^\w+\.\w+$'),
),
'notified': Any(list_string_types, *string_types),
'supershipit': Any(list_string_types, *string_types),
Expand Down

0 comments on commit 322a4dc

Please sign in to comment.