From 16d377089e9feb79d444770ba9ddf660fa1492eb Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Thu, 26 Jul 2018 11:01:44 +0100 Subject: [PATCH 1/2] Add github label for DNS01 providers --- labels.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/labels.yaml b/labels.yaml index 971fa5e8a..0d0254ba5 100644 --- a/labels.yaml +++ b/labels.yaml @@ -21,6 +21,11 @@ labels: name: area/provider-acme target: both addedBy: prow + - color: 0052cc + description: Indicates a PR directly modifies one of the ACME DNS01 providers + name: area/acme-dns01 + target: both + addedBy: prow - color: 0052cc description: Indicates a PR directly modifies the CA Issuer code name: area/provider-ca From 593bb1883966271fee915a549ff868de27904e16 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Thu, 26 Jul 2018 15:16:20 +0100 Subject: [PATCH 2/2] Update wording --- labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labels.yaml b/labels.yaml index 0d0254ba5..997f0afc9 100644 --- a/labels.yaml +++ b/labels.yaml @@ -22,7 +22,7 @@ labels: target: both addedBy: prow - color: 0052cc - description: Indicates a PR directly modifies one of the ACME DNS01 providers + description: Indicates a PR modifies or adds an ACME DNS01 provider name: area/acme-dns01 target: both addedBy: prow