https://github.com/definitelytyped/dt-review-bot
https://github.com/definitelytyped/dt-review-bot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/definitelytyped/dt-review-bot
- Owner: DefinitelyTyped
- Archived: true
- Created: 2015-11-09T02:28:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T14:09:36.000Z (over 8 years ago)
- Last Synced: 2025-07-06T19:43:46.015Z (12 months ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 11
- Watchers: 9
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dt-review-bot
BOT for DefinitelyTyped
## How to contribute
If you want to improve review comments, please send a pull request to [dt-review-tool](https://github.com/DefinitelyTyped/dt-review-tool).
## How to deploy
This bot uses GoogleAppEngine ManagedVM.
But this bot is not dependent on the appengine API.
```
$ npm run deploy
```
## How to setup
This bot needs a personal access token. https://github.com/settings/tokens
```
$ ls token.json
ls: token.json: No such file or directory
$ npm run auth
...
$ ls -la token.json
-rw-r--r--@ 1 vvakame staff 866 11 9 10:47 token.json
```