JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q46092F
  • License Apache-2.0

A bot to add/remove labels based on issue/PR events

Package Exports

  • probot-labeler

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (probot-labeler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Add Comment Bot

Downloads version Build Status

A Probot bot to perform label additions/removals based on specific github event actions.

Setup

Add a .github/label.yml file to your repository and then run the bot against it.

If the config is empty or doesn't exist, the bot will not run.


# Config

issues:
  opened:
    add:
      - triage/untriaged
    remove:
      - needs-triage
pulls:
  opened:
    add:
      - needs-review

Contribute

If you have suggestions for how this bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.