From b851e0e9f73d92636331409aa5d7c98700225bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Fri, 17 Nov 2023 11:49:25 +0100 Subject: [PATCH 1/4] Remove CODEOWNERS --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index cbc3e5a5..00000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @larkox From c5014376586646aae7beee4d98a08986b1365067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Fri, 17 Nov 2023 12:02:19 +0100 Subject: [PATCH 2/4] Remove from README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a5815d4f..4af16acb 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ [![Release](https://img.shields.io/github/v/release/mattermost/mattermost-plugin-todo)](https://github.com/mattermost/mattermost-plugin-todo/releases/latest) [![HW](https://img.shields.io/github/issues/mattermost/mattermost-plugin-todo/Up%20For%20Grabs?color=dark%20green&label=Help%20Wanted)](https://github.com/mattermost/mattermost-plugin-todo/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22Up+For+Grabs%22+label%3A%22Help+Wanted%22) -**Maintainer:** [@larkox](https://github.com/larkox) -**Co-Maintainer:** [@jfrerich](https://github.com/jfrerich) - A plugin to track Todo issues in a list and send you daily reminders about your Todo list. **[Help Wanted](https://github.com/mattermost/mattermost-plugin-todo/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22up+for+grabs%22+label%3A%22help+wanted%22+sort%3Aupdated-desc)** From b0c99336684ef7325dbc4f0c1532a176abe0e311 Mon Sep 17 00:00:00 2001 From: Michael Kochell <6913320+mickmister@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:28:35 -0500 Subject: [PATCH 3/4] add mickmister as codeowner --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..0f0ecd59 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* mickmister From f565dbaf5318fac3e4389a066ec913fab6fa3567 Mon Sep 17 00:00:00 2001 From: Michael Kochell <6913320+mickmister@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:28:54 -0500 Subject: [PATCH 4/4] type --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0f0ecd59..c11eb6ad 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* mickmister +* @mickmister