From 9a4e1e50e09d0b09d3855925fe04d4a6c1ed13ce Mon Sep 17 00:00:00 2001 From: ArkaSaha30 Date: Tue, 4 Jun 2024 13:50:30 +0530 Subject: [PATCH] Enable cherrypicker plugin for etcd-io/etcd This commit will add cherrypicker external plugin for etcd-io/etcd repo. Issue ref: https://github.com/etcd-io/etcd/issues/18110 Signed-off-by: ArkaSaha30 --- config/prow/plugins.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/prow/plugins.yaml b/config/prow/plugins.yaml index 803efce7202e..3c8ed7444314 100644 --- a/config/prow/plugins.yaml +++ b/config/prow/plugins.yaml @@ -1920,3 +1920,8 @@ external_plugins: events: - issue_comment - pull_request + etcd-io/etcd: + - name: cherrypicker + events: + - issue_comment + - pull_request