Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lswith/probot-labeler
A bot to add/remove labels based on specific issue/PR events
https://github.com/lswith/probot-labeler
probot probot-app
Last synced: 3 days ago
JSON representation
A bot to add/remove labels based on specific issue/PR events
- Host: GitHub
- URL: https://github.com/lswith/probot-labeler
- Owner: lswith
- License: apache-2.0
- Created: 2019-07-09T06:28:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:37:01.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T16:47:29.126Z (8 months ago)
- Topics: probot, probot-app
- Language: TypeScript
- Size: 3.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Add Comment Bot
[![Downloads][npm-downloads]][npm-url] [![version][npm-version]][npm-url]
[![Build Status][travis-status]][travis-url]A [Probot](https://probot.github.io) 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.
```yml
# 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.
[travis-status]: https://travis-ci.org/lswith/probot-labeler.svg?branch=master
[travis-url]: https://travis-ci.org/lswith/probot-labeler
[npm-downloads]: https://img.shields.io/npm/dm/probot-labeler.svg?style=flat
[npm-version]: https://img.shields.io/npm/v/probot-labeler.svg?style=flat
[npm-url]: https://www.npmjs.com/package/probot-labeler