probot-app-pr-label

GitHub App that enforces all PRs have at least one semver-related label

Usage no npm install needed!

<script type="module">
  import probotAppPrLabel from 'https://cdn.skypack.dev/probot-app-pr-label';
</script>

README

probot-app-pr-label

build status dependencies status npm version

a GitHub App built with probot that enforces that all pull requests have at least one semver-related label

Setup

# Install dependencies
npm install

# Run the bot
npm start

See docs/deploy.md if you would like to run your own instance of this app.