This project is a simple SlackBot that integrates with GitHub.
Every time that a PULL REQUEST is created, updated, finished, commented or approved, this boot will send a message in a Slack Channel.
In our team we work with a code-review step.
In this moment, when a developer finish the code, it's necessary that another one review it.
But, how to maintain all PRs and their respective status stored in one place?
Thats is Pizzaiolo!
You can install using this commands
git clone git@github.com:Joao208/frontend-pizzaiolo.git
cd frontend-pizzaiolo
yarn
yarn build
yarn start
You can deploy your own Vercel instance of this project.
Please take a look on the contributing session.