An open API service indexing awesome lists of open source software.

https://github.com/joao208/pizzaiolo

Get pull requests from GitHub right in your Slack
https://github.com/joao208/pizzaiolo

backend bot github nextjs slack typescript

Last synced: about 1 month ago
JSON representation

Get pull requests from GitHub right in your Slack

Awesome Lists containing this project

README

        


Logo Pizzaiolo



Pizzaiolo

![Vercel](https://vercelbadge.vercel.app/api/Joao208/frontend-pizzaiolo)

## Summary

- [👉 What is this?](#👉-what-is-this)
- [🤌 Why?](#🤌-why)
- [🍕 Demo](#🍕-demo)
- [🚀 Installation](#🚀-installation)
- [🛫 Deploying](#🛫-deploying)
- [📫 Contributing](#📫-contributing)

## 👉 What is this?

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.

## 🤌 Why?

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!


Sample Pizzaiolo

## 🍕 Demo

https://pizzaiolo.site

## 🚀 Installation

You can install using this commands

```bash
git clone [email protected]:Joao208/frontend-pizzaiolo.git

cd frontend-pizzaiolo

yarn

yarn build

yarn start
```

## 🛫 Deploying

You can deploy your own Vercel instance of this project.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/Joao208/frontend-pizzaiolo)

## 📫 Contributing

Please take a look on the [contributing](docs/CONTRIBUTING.md) session.