https://github.com/ocombe/probot-triage
https://github.com/ocombe/probot-triage
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ocombe/probot-triage
- Owner: ocombe
- License: isc
- Created: 2017-10-31T20:53:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T14:47:36.000Z (over 8 years ago)
- Last Synced: 2024-05-02T05:53:16.588Z (about 2 years ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# probot-triage
> A Github Bot built with [probot](https://github.com/probot/probot) to triage issues and PRs
## Setup
```
# Install dependencies
npm install
# Run the bot
npm start
```
See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.