# zoilist **Repository Path**: mirrors_electron/zoilist ## Basic Information - **Project Name**: zoilist - **Description**: Nag @electron/api-wg to do API reviews - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-21 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zoilist [![Test](https://github.com/electron/zoilist/actions/workflows/test.yml/badge.svg)](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