From a44cc011e1a603fd21b1e3a8e69faaab68785e3c Mon Sep 17 00:00:00 2001 From: Andrey Velichkevich Date: Thu, 9 Jan 2025 14:35:48 +0000 Subject: [PATCH] Add milestone plugin to Kubeflow --- prow/oss/plugins.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/prow/oss/plugins.yaml b/prow/oss/plugins.yaml index e98b0ca7cd..148477f101 100644 --- a/prow/oss/plugins.yaml +++ b/prow/oss/plugins.yaml @@ -347,6 +347,7 @@ plugins: - label - lgtm - lifecycle # Lets PRs & issues be flagged as stale + - milestone # Applies a milestone for issues or PRs. - override - project # Lets issues be tagged into projects - retitle