mdelapenya / probot-labeler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%