From 670dcc8311572a2e66117652c04af387c4c2d05a Mon Sep 17 00:00:00 2001 From: ericsyh Date: Thu, 19 Oct 2023 19:16:28 +0800 Subject: [PATCH] add resource operator ci config Signed-off-by: ericsyh --- operators/pulsar-resources-operator/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 operators/pulsar-resources-operator/ci.yaml diff --git a/operators/pulsar-resources-operator/ci.yaml b/operators/pulsar-resources-operator/ci.yaml new file mode 100644 index 00000000000..d379927fc2f --- /dev/null +++ b/operators/pulsar-resources-operator/ci.yaml @@ -0,0 +1,8 @@ +--- +# Use `replaces-mode` or `semver-mode`. Once you switch to `semver-mode`, there is no easy way back. +updateGraph: replaces-mode +reviewers: + - ericsyh + - tuteng + - yuweisung + - streamnativebot \ No newline at end of file