Add OWNERS files to auto-label PRs. Mark apis directory as requiring a review by @munnerz.

This commit is contained in:
James Munnelly 2018-07-26 13:00:18 +01:00
parent 317e6e829c
commit fcf812c654
7 changed files with 14 additions and 0 deletions

2
docs/OWNERS Normal file
View File

@ -0,0 +1,2 @@
labels:
- kind/documentation

2
pkg/apis/OWNERS Normal file
View File

@ -0,0 +1,2 @@
required_reviewers:
- munnerz

2
pkg/issuer/acme/OWNERS Normal file
View File

@ -0,0 +1,2 @@
labels:
- area/provider-acme

View File

@ -0,0 +1,2 @@
labels:
- area/acme-dns01

2
pkg/issuer/ca/OWNERS Normal file
View File

@ -0,0 +1,2 @@
labels:
- area/provider-ca

View File

@ -0,0 +1,2 @@
labels:
- area/provider-selfsigned

View File

@ -3,3 +3,5 @@ approvers:
reviewers: reviewers:
- munnerz - munnerz
- vdesjardins - vdesjardins
labels:
- area/provider-vault