https://github.com/electron/docs-reviewer
https://github.com/electron/docs-reviewer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/electron/docs-reviewer
- Owner: electron
- License: mit
- Created: 2022-10-03T19:12:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T00:08:37.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T23:45:07.804Z (about 1 year ago)
- Language: TypeScript
- Size: 205 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Electron Docs Reviewer
> A GitHub App built with [Probot](https://github.com/probot/probot) to help the docs team review changes in electron/electron
## Setup
```sh
# Clone this repository
git clone https://github.com/electron/docs-reviewer.git
# Go into the repository
cd docs-reviewer
# Install dependencies
yarn
# Run the bot
yarn start
```
## License
[MIT](LICENSE) © 2022 Samuel Attard