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
- Host: GitHub
- URL: https://github.com/uber-workflow/probot-app-migrations
- Owner: uber-workflow
- License: mit
- Created: 2017-08-25T21:16:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T04:29:30.000Z (almost 2 years ago)
- Last Synced: 2025-04-20T07:41:33.952Z (6 months ago)
- Topics: probot-app
- Language: JavaScript
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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