@codesherpas/wip

GitHub Application to block merging Pull Requests that are a Work in Process

Usage no npm install needed!

<script type="module">
  import codesherpasWip from 'https://cdn.skypack.dev/@codesherpas/wip';
</script>

README

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