https://github.com/electron/zoilist
Nag @electron/api-wg to do API reviews
https://github.com/electron/zoilist
Last synced: 8 months ago
JSON representation
Nag @electron/api-wg to do API reviews
- Host: GitHub
- URL: https://github.com/electron/zoilist
- Owner: electron
- License: isc
- Created: 2021-08-19T18:08:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:32:24.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:15:15.783Z (over 1 year ago)
- Language: TypeScript
- Size: 578 KB
- Stars: 3
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# zoilist
[](https://github.com/electron/zoilist/actions/workflows/test.yml)
> A GitHub App built with [Probot](https://github.com/probot/probot) that Nag @electron/api-wg to review API PRs.
## Setup
```sh
# Clone this repository
git clone https://github.com/electron/zoilist.git
# Go into the repository
cd zoilist
# Install dependencies
yarn install
# Run the bot
yarn start
```
## Docker
```sh
# 1. Build container
docker build -t zoilist .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= zoilist
```
## Contributing
If you have suggestions for how zoilist could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2021 Jeremy Rose