summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/grafana/.github/CODEOWNERS
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/grafana/.github/CODEOWNERS')
-rw-r--r--ansible_collections/community/grafana/.github/CODEOWNERS13
1 files changed, 13 insertions, 0 deletions
diff --git a/ansible_collections/community/grafana/.github/CODEOWNERS b/ansible_collections/community/grafana/.github/CODEOWNERS
new file mode 100644
index 000000000..3035cfbbd
--- /dev/null
+++ b/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