From 045af5daa11060901898e30a5c8a89eb31abdb02 Mon Sep 17 00:00:00 2001 From: Prarit Bhargava Date: Fri, 13 Jan 2023 09:29:12 -0500 Subject: [PATCH] gating.yaml: Rules must always exist. The previous change removed 'rules' but it must exist. It can be empty. Signed-off-by: Prarit Bhargava --- gating.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gating.yaml b/gating.yaml index 524babe..2111627 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,3 +5,6 @@ product_versions: - rhel-9 decision_context: osci_compose_gate + +rules: +