| Crates.io | git-bot-feedback |
| lib.rs | git-bot-feedback |
| version | 0.2.0 |
| created_at | 2025-07-16 05:18:46.758093+00 |
| updated_at | 2025-10-25 21:19:22.622442+00 |
| description | A library designed for CI tools that posts comments on a Pull Request. |
| homepage | |
| repository | https://github.com/2bndy5/git-bot-feedback |
| max_upload_size | |
| id | 1754941 |
| size | 269,294 |
A rust library designed for CI tools to easily submit feedback on a git server.
Feedback on a git server using this library can be in the form of
More features are planned, like PR reviews and file annotations.
These cargo features are optional and disabled by default:
file-changes: ability to list files changed with information like
which lines have additions or which lines are shown in the diff.Initially this project os designed to work with GitHub. But the API is designed to easily add support for other git servers. The following is just a list of git servers that are planned (in order or priority).
This project is licensed under GPL-3.0-or-later.
Since this library ultimately requires write access to users' projects (to allow posting comments), it could easily be modified with malicious intent.
By using the GPL-3.0-or-later license, we can offer some assurance and help safeguard end-users' data/privacy because the following conditions must be met: