From 799bb42ddd3cfd4b13268d36bf2080511e2623a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=9D=A8=E6=96=87?= Date: Sat, 25 Mar 2023 02:22:08 +0800 Subject: [PATCH] docs: add woodpecker-feishu-bot to plugins.json (#1679) Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> Co-authored-by: Lauris BH --- docs/plugins/woodpecker-plugins/plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/woodpecker-plugins/plugins.json b/docs/plugins/woodpecker-plugins/plugins.json index fa3f88644..18ed9ec26 100644 --- a/docs/plugins/woodpecker-plugins/plugins.json +++ b/docs/plugins/woodpecker-plugins/plugins.json @@ -98,6 +98,11 @@ "name": "Woodpecker Email", "docs": "https://gitnet.fr/deblan/woodpecker-email/raw/branch/develop/DOCS.md", "verified": false + }, + { + "name": "Woodpecker Feishu Bot", + "docs": "https://github.com/wenerme/wode/raw/main/apps/woodpecker-feishu-bot/README.md", + "verified": false } ] }