-
Notifications
You must be signed in to change notification settings - Fork 126
[Documentation] How does bot identify maintainers? #1039
Comments
It's identified from config: https://github.com/ansible/ansible/blob/devel/.github/BOTMETA.yml |
This is the entry point for fetching metadata about any given file, which also computes the maintainers... |
Just to make it absolutely clear - maintainers are not computed, but fetched from BOTMETA.yml. I mean that no source code history is processed, all processing is just matching filenames to modules and to maintainers. |
It is a "compute" operation because the authors of the file are also considered. |
Authors are from source code history? |
@techtonik no, from module metadata history. There's a variable with YAML in it, in each module. |
I mean how is it called and what is the key? |
Just in case, there is some info here.
There are three groups of people which are able to approve a pull-request:
Note that:
Module maintainers should be notified when a new PR/issue is created (example). |
How can I check my status? |
@techtonik you can only check botmeta config for entries where you're a maintainer + it takes into account module authors. |
Re-opening this issue as a documentation request. |
I've got some
ansibullbot
questions:Overview could link to appropriate explanation.
The text was updated successfully, but these errors were encountered: