From 05f96abd17e5e29a3c154e60da5d9d1e2833efb4 Mon Sep 17 00:00:00 2001 From: JohnWalkerx <37740132+JohnWalkerx@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:51:30 +0200 Subject: [PATCH] Add plugin "Gitea Create Pull Request" to plugin index (#2581) --- 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 2cb3f84fe8..9ba9a4a102 100644 --- a/docs/plugins/woodpecker-plugins/plugins.json +++ b/docs/plugins/woodpecker-plugins/plugins.json @@ -40,6 +40,11 @@ "docs": "https://codeberg.org/qwerty287/woodpecker-regex-check/raw/branch/main/docs.md", "verified": false }, + { + "name": "Gitea Create Pull Request", + "docs": "https://codeberg.org/JohnWalkerx/gitea-pull-request-create-plugin/raw/branch/main/docs.md", + "verified": false + }, { "name": "Gitea Pull comment", "docs": "https://raw.githubusercontent.com/markopolo123/gitea-comment-plugin/main/docs.md",