ansible-community / collection_bot

Fork of Ansibullbot for collections
GNU General Public License v3.0
5 stars 10 forks source link

The bot should recognize both ansible and ansible-core versions in issue template #32

Open dmsimard opened 2 years ago

dmsimard commented 2 years ago

It looks like the bot currently insists that the "ansible-core version" is called "Ansible version", which is the wrong term (the Ansible version is 4.x.0, the ansible-core version 2.11.y). I yesterday made the mistake of correcting the field's name in c.g's issue template (ansible-collections/community.general#3458) and that resulted in the bot not being happy (https://github.com/ansible-collections/community.general/issues/3466#issuecomment-929628525). I think we need to adjust the bot so it accepts "ansible-core version" as well, and not just "ansible version".

_Originally posted by @felixfontein in https://github.com/ansible-community/collection_bot/issues/28#issuecomment-929839597_

dmsimard commented 2 years ago

Note: this is probably more upstream (https://github.com/ansible/ansibullbot) material than something specific to our fork.