https://github.com/netsells/probot-merge-conflicts-check
https://github.com/netsells/probot-merge-conflicts-check
probot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/netsells/probot-merge-conflicts-check
- Owner: netsells
- License: isc
- Created: 2019-01-20T15:52:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T13:22:16.000Z (about 3 years ago)
- Last Synced: 2025-03-14T10:46:10.067Z (about 2 months ago)
- Topics: probot
- Language: JavaScript
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Netsells PR Merge Conflict Checker Bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that notifies when a Pull Request has merge conflicts with the base branch.
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## License
[ISC](LICENSE) © 2019 Sam Turrell