From 6f91c76b1dda1651fa12c84e186e13d0cac962dd Mon Sep 17 00:00:00 2001 From: kusadact Date: Sun, 21 Jun 2026 00:48:22 +0800 Subject: [PATCH] :beers: publish plugin Git Poller (#4082) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index fe70634f..7e9702a9 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11040,4 +11040,24 @@ "tags": [], "is_official": false }, + { + "module_name": "nonebot_plugin_git_poller", + "project_link": "nonebot-plugin-git-poller", + "author_id": 96968352, + "tags": [ + { + "label": "Git", + "color": "#ea5252" + }, + { + "label": "Github", + "color": "#000000" + }, + { + "label": "Gitgud", + "color": "#a020f0" + } + ], + "is_official": false + }, ]