Add `issue-bot` (#87)

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

Co-authored-by: Manos Pitsidianakis <manos@pitsidianak.is>
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/87
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: epilys <epilys@noreply.gitea.io>
Co-committed-by: epilys <epilys@noreply.gitea.io>
This commit is contained in:
epilys 2022-09-04 23:49:34 +08:00 committed by Lunny Xiao
parent 25e5b3b6c0
commit 2dfe26cd5a
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ A curated list of awesome projects related to Gitea.
### Bot
* [giteacat](https://git.mastodont.cat/spla/giteacat.git) - Python Bot that register Mastodon server's users to Gitea instance, on demand.
* [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.