ansible / ansibullbot

Bot for management of Ansible issues and PRs on GitHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsubscribe from messages

tomaszkiewicz opened this issue · comments

Hi,

One day I submitted my MR to a module and after merging I became a contributor for that module. Now I get notified about every issue and MR for that module. I'd like to unsubscribe from that mails, but I cannot find a way how to do that. Can you help me?

This can be achieved by sending a pull request changing https://github.com/ansible/ansible/blob/devel/.github/BOTMETA.yml. where you add ignored: $your_github_username_listed_in_the_module_docs to entries which correspond to files you have authored and no longer wish to be notified about. See the BOTMETA.yml file for examples.

If the module ended up in community.general you'll also need to add an ignore entry into https://github.com/ansible-collections/community.general/blob/master/.github/BOTMETA.yml