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
- Host: GitHub
- URL: https://github.com/joao208/pizzaiolo
- Owner: Joao208
- License: apache-2.0
- Created: 2022-10-30T04:09:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T03:00:17.000Z (over 2 years ago)
- Last Synced: 2025-05-12T17:15:02.578Z (about 1 month ago)
- Topics: backend, bot, github, nextjs, slack, typescript
- Language: TypeScript
- Homepage: https://pizzaiolo.site
- Size: 1.4 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
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!
![]()
## 🍕 Demo
https://pizzaiolo.site
## 🚀 Installation
You can install using this commands
```bash
git clone [email protected]:Joao208/frontend-pizzaiolo.gitcd frontend-pizzaiolo
yarn
yarn build
yarn start
```## 🛫 Deploying
You can deploy your own Vercel instance of this project.
[](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.