An open API service indexing awesome lists of open source software.

https://github.com/johlju/relabeler

A GitHub App that is able to label issues and pull requests on events.
https://github.com/johlju/relabeler

Last synced: 2 months ago
JSON representation

A GitHub App that is able to label issues and pull requests on events.

Awesome Lists containing this project

README

        

# relabeler (Work in Progess)

A GitHub App (built with [probot](https://github.com/probot/probot)) that is
able to label issues and pull requests on events.

## Branches

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

### master

[![Build Status](https://travis-ci.com/johlju/relabeler.svg?branch=master)](https://travis-ci.com/johlju/relabeler)

## Install

Install [relabeler (Development)](https://github.com/apps/relabeler-development)

## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
```