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

Add labels to issues and PRs based on the assignee.

License

Notifications You must be signed in to change notification settings

getsling/team-labels

Repository files navigation

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 admin@getsling.com

About

Add labels to issues and PRs based on the assignee.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published