At work, we faced the problem of not knowing how pull requests and their CI/CD were handled across different teams. To address this, I built a small tool that lets you easily collect feedback directly within your pull request. I’m sharing it here in case someone else finds it useful.
It’s easily extensible via .env variables, and since the project is quite small, you can also just take a look at the code to adapt it to your needs.
maurin•3h ago
It’s easily extensible via .env variables, and since the project is quite small, you can also just take a look at the code to adapt it to your needs.