From 5572ea2ad0f39ef7b8db7dd7f150b976dc91fdec Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Mon, 6 Jun 2022 06:08:18 +0800 Subject: [PATCH] Add `issue-bot` Bot for mailing list mirroring of Gitea issues. Allow people to submit issues on repositories using only e-mail without signing up. - https://git.meli.delivery/meli/issue-bot - https://github.com/meli/issue-bot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61814a3..d5d70ed 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ A curated list of awesome projects related to Gitea. ### Bot +* [issue-bot](https://git.meli.delivery/meli/issue-bot) - Bot for mailing list mirroring of Gitea issues. Allow people to submit issues on repositories using only e-mail without signing up. [github read-only mirror](https://github.com/meli/issue-bot) * [sq-bot](https://codeberg.org/justusbunsi/gitea-sonarqube-bot) - Bot for decorating Gitea pull requests with SonarQube analysis details. * [staletea](https://gitea.com/jonasfranz/staletea) - StaleBot for Gitea. * [tea-cloc](https://codeberg.org/qwerty287/tea-cloc) - Bot to count lines of code on Gitea repos and comments on pull requests with code change statistics.