A GitHub App built with Probot that adds labels to issues and PRs based on the assignee.
# Install dependencies
npm install
# Run the bot
npm start
# 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
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.
ISC © 2021 Sling [email protected]