An open API service indexing awesome lists of open source software.

https://github.com/uber-workflow/probot-app-migrations

Enforces the creation of migration guides
https://github.com/uber-workflow/probot-app-migrations

probot-app

Last synced: 6 months ago
JSON representation

Enforces the creation of migration guides

Awesome Lists containing this project

README

          

# probot-app-migrations

[![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 enforces the creation of migration guides

## 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/5a325d0821e51b75ce1dd78ed08a432d10ef7d892fdde24ea8.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-migrations
[deps-badge]: https://david-dm.org/uber-web/probot-app-migrations.svg
[deps-href]: https://david-dm.org/uber-web/probot-app-migrations
[npm-badge]: https://badge.fury.io/js/probot-app-migrations.svg
[npm-href]: https://www.npmjs.com/package/probot-app-migrations