1.2.1 • Published 4 years ago

probot-labeler v1.2.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

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.

1.2.1

4 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago