From d8e0931e93978b92300189ce9a99ef2039358e5b Mon Sep 17 00:00:00 2001 From: Hiroyasu OHYAMA Date: Wed, 20 Sep 2023 12:04:15 +0900 Subject: [PATCH 1/2] Handing over the ownership of this integration pack I had been enthusiasted about zabbix and I created this pack. But I started to use Datadog, so I rarely use it nowadays. There are many st2 users who want to integrate with Zabbix using this pack. So this should be maintained by someone who uses Zabbix. @namachieli is the best person as far as I know. He is not only familiar with the Zabbix but also catches up with the latest one. And he uses both st2 and its integration pack for the long time. The users must be happy if this could be maintained by this realiable engineer. --- pack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack.yaml b/pack.yaml index 75deae3..f596a4f 100644 --- a/pack.yaml +++ b/pack.yaml @@ -6,7 +6,7 @@ keywords: - zabbix - monitoring version: 1.0.0 -author: Hiroyasu OHYAMA -email: user.localhost2000@gmail.com +author: Ian Price +email: ianmprice@gmail.com python_versions: - "3" From 2e4a4fa000130e2dd4478146c41287ab5e6c26cf Mon Sep 17 00:00:00 2001 From: Hiroyasu OHYAMA Date: Fri, 22 Sep 2023 10:30:03 +0900 Subject: [PATCH 2/2] Updating CODEOWNERS that would be more reliable @userlocalhost can no longer maintain this pack anymore because he doesn't use Zabbix. But this pack would be maintained by more reliable person. And his name goes down in the pack as the original author. --- .github/CODEOWNERS | 2 +- pack.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 48aa2a6..a2f4075 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,7 +8,7 @@ # This is base configuration. These owners could review the # whole file in this repository. -* @userlocalhost @namachieli @StackStorm-Exchange/encoretechnologies @StackStorm-Exchange/tsc +* @namachieli @StackStorm-Exchange/encoretechnologies @StackStorm-Exchange/tsc # CI configuration files should be reviewed by specific owners # who are more responsible for ensuring the quality of this pack diff --git a/pack.yaml b/pack.yaml index f596a4f..75deae3 100644 --- a/pack.yaml +++ b/pack.yaml @@ -6,7 +6,7 @@ keywords: - zabbix - monitoring version: 1.0.0 -author: Ian Price -email: ianmprice@gmail.com +author: Hiroyasu OHYAMA +email: user.localhost2000@gmail.com python_versions: - "3"