Nag @electron/api-wg to do API reviews
Перейти к файлу
dependabot[bot] 19b26f3a29
build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#45)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 14:22:16 +01:00
.github build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#45) 2024-11-01 14:22:16 +01:00
src
test
.dockerignore
.env.example
.gitignore
.prettierrc.json
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
app.yml
jest.config.js
package.json build: remove unused npm resolution (#44) 2024-10-20 11:32:24 -05:00
tsconfig.json
yarn.lock build: remove unused npm resolution (#44) 2024-10-20 11:32:24 -05:00

README.md

zoilist

Test

A GitHub App built with Probot that Nag @electron/api-wg to review API PRs.

Setup

# 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

# 1. Build container
docker build -t zoilist .

# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> 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.

License

ISC © 2021 Jeremy Rose nornagon@nornagon.net