Skip to content
Snippets Groups Projects
Commit 23c07e38 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #11856 from ctiller/really-no-owners

Add policy to comments
parents 34504d2d aa49cbfd
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,12 @@
# 1. owners to be able to self-approve
# 2. authors to be able to select approvers
# OWNERS file approvers
# POLICY: at least three owners are needed before adding any OWNERS
# REASON: GitHub does not recognize an author as able to give approval
# for a change; without this policy authors that are owners would
# be forced to rely on one reviewer, which would consequently
# lead to a bus factor of one to changes to that code
@markdroth **/OWNERS
@nicolasnoble **/OWNERS
@ctiller **/OWNERS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment