Skip to content

Commit

Permalink
Remove the global rule (#9861)
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu authored Jan 3, 2019
1 parent 700e982 commit 8bc920c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# GitHub CODEOWNERS definition
# See: https://help.github.com/articles/about-codeowners/

* @elastic/beats
# * @elastic/beats

# libbeat
/libbeat/ @elastic/beats
/auditbeat/ @elastic/beats
/packetbeat/ @elastic/beats
/filebeat/ @elastic/beats
/metricbeat/ @elastic/beats
/journalbeat/ @elastic/beats
/winlogbeat/ @elastic/beats

# Auditbeat
/auditbeat/module/ @elastic/secops
Expand All @@ -28,5 +37,3 @@

# Heartbeat
/heartbeat/ @elastic/uptime


0 comments on commit 8bc920c

Please sign in to comment.