https://github.com/uber-workflow/probot-app-todos
Ensures TODOs have corresponding open issues on GitHub
https://github.com/uber-workflow/probot-app-todos
probot-app
Last synced: 5 months ago
JSON representation
Ensures TODOs have corresponding open issues on GitHub
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-todos
- Owner: uber-workflow
- License: mit
- Created: 2017-10-10T22:46:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T01:54:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-21T06:22:44.607Z (6 months ago)
- Topics: probot-app
- Language: JavaScript
- Homepage:
- Size: 289 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# probot-app-todos
[![build status][build-badge]][build-href]
[![dependencies status][deps-badge]][deps-href]
[![npm version][npm-badge]][npm-href]> a GitHub App built with [probot](https://github.com/probot/probot) that ensures TODOs have corresponding open issues on GitHub
## 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.
[build-badge]: https://badge.buildkite.com/7d99c5817cb08fe5bda7613110b8c06c5612412ffcf3d097cf.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-todos
[deps-badge]: https://david-dm.org/uber-web/probot-app-todos.svg
[deps-href]: https://david-dm.org/uber-web/probot-app-todos
[npm-badge]: https://badge.fury.io/js/probot-app-todos.svg
[npm-href]: https://www.npmjs.com/package/probot-app-todos