1.0.1 • Published 5 years ago

@codesherpas/wip v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Why?

Programatically prevent merging code which is still in process

Default Configuration

wip:
  terms:
    - wip
    - do not merge
    - help wanted

Features

  • Adds a failing status if any of the terms are in the Pull Request Title or Labels

Quick start

  • Install GitHub Application
  • Add a .github/gitbots.yml to your repository
  • Create a pull request and add a wip label