From a8f6abfcc4a0727fa5a8fcdf87b201856cab6524 Mon Sep 17 00:00:00 2001 From: Cole Wagner Date: Tue, 7 Jun 2022 14:32:14 -0700 Subject: [PATCH] Add ANNOUNCEMENTS.md to the blockade exceptions for Prow docs. --- config/prow/plugins.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prow/plugins.yaml b/config/prow/plugins.yaml index 8becff2d76a25..c7072fcfe5178 100644 --- a/config/prow/plugins.yaml +++ b/config/prow/plugins.yaml @@ -252,7 +252,7 @@ blockades: blockregexps: - ^prow/.+\.md$ exceptionregexps: - - ^prow/README\.md$ + - ^prow/(ANNOUNCEMENTS|README)\.md$ explanation: "All Prow documentation (Markdown files) have moved to https://github.com/kubernetes-sigs/prow as part of https://github.com/kubernetes-sigs/prow/issues/4." blunderbuss: