diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/grafana/.github/CODEOWNERS')
-rw-r--r-- | collections-debian-merged/ansible_collections/community/grafana/.github/CODEOWNERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/grafana/.github/CODEOWNERS b/collections-debian-merged/ansible_collections/community/grafana/.github/CODEOWNERS new file mode 100644 index 00000000..3035cfbb --- /dev/null +++ b/collections-debian-merged/ansible_collections/community/grafana/.github/CODEOWNERS @@ -0,0 +1,13 @@ +.github + +# Repo maintainers, and goverance team (like Anisble's @ansible-commit-external) +* @rrey @seuf @gundalow-collections/community-goverance-team + +# or possibly, we may want to define teams at the org level. +# * @gundalow-collections/grafana-maintainers + +# Example of maintainer of just a single plugin +#grafana/plugins/modules/grafana_plugin.py @someone-else + + +.github/ @gundalow |