From 6ecae937971c21eef362182163719743c8e208de Mon Sep 17 00:00:00 2001 From: Matej Feder Date: Tue, 24 Oct 2023 13:57:08 +0200 Subject: [PATCH] Add zuul-mqtt-matrix-bridge repository This repository contains code that relays MQTT reports from Zuul-CI to the Matrix chat Signed-off-by: Matej Feder --- .../repositories/zuul_mqtt_matrix_bridge.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 orgs/SovereignCloudStack/repositories/zuul_mqtt_matrix_bridge.yml diff --git a/orgs/SovereignCloudStack/repositories/zuul_mqtt_matrix_bridge.yml b/orgs/SovereignCloudStack/repositories/zuul_mqtt_matrix_bridge.yml new file mode 100644 index 0000000..5bcfa84 --- /dev/null +++ b/orgs/SovereignCloudStack/repositories/zuul_mqtt_matrix_bridge.yml @@ -0,0 +1,21 @@ +--- +zuul-mqtt-matrix-bridge: + default_branch: main + description: Relay MQTT reports from Zuul-CI to the Matrix chat + homepage: 'https://zuul.scs.community/' + topics: + - zuul + archived: false + has_issues: true + has_projects: false + has_wiki: false + private: false + delete_branch_on_merge: true + allow_merge_commit: false + allow_squash_merge: true + allow_rebase_merge: true + teams: [] + collaborators: [] + branch_protections: + - branch: "main" + template: "main"