https://github.com/netsells/probot-pr-title-check
Probot bot for validating Pull Request titles
https://github.com/netsells/probot-pr-title-check
probot
Last synced: 2 months ago
JSON representation
Probot bot for validating Pull Request titles
- Host: GitHub
- URL: https://github.com/netsells/probot-pr-title-check
- Owner: netsells
- License: isc
- Created: 2018-11-24T18:58:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T13:22:59.000Z (about 3 years ago)
- Last Synced: 2025-02-20T21:38:00.709Z (3 months ago)
- Topics: probot
- Language: JavaScript
- Size: 2.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Netsells PR Title Validator Bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that validates PR titles via a github check in accordance with our organisation guidelines.
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## License
[ISC](LICENSE) © 2018 Sam Turrell