Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 710 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 710 Bytes

team-labels

A GitHub App built with Probot that adds labels to issues and PRs based on the assignee.

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 1. Build container
docker build -t team-labels .

# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> team-labels

Pre-commit Hooks

This repo uses pre-commit hooks to validate its contents. First install pre-commit. Then install the scripts in the root folder of this repo.

License

ISC © 2021 Sling [email protected]