项目作者: lswith

项目描述 :
A bot to add/remove labels based on specific issue/PR events
高级语言: TypeScript
项目地址: git://github.com/lswith/probot-labeler.git
创建时间: 2019-07-09T06:28:52Z
项目社区:https://github.com/lswith/probot-labeler

开源协议:Apache License 2.0

下载


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.

  1. # Config
  2. issues:
  3. opened:
  4. add:
  5. - triage/untriaged
  6. remove:
  7. - needs-triage
  8. pulls:
  9. opened:
  10. add:
  11. - 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.