Tigent
Get StartedQuickstart

Get Started

Quickstart

Get Tigent running in under 5 minutes.

1. Install the app

First, install the Tigent GitHub App on your repository.

Install GitHub App

2. Create config

Create .github/tigent.yml in your repository:

confidence: 0.6
theme: mono

labels:
  bug: critical
  feature: medium
  docs: low

duplicates:
  enabled: true
  threshold: 0.8

3. Test it out

Create a new issue in your repository. Tigent will automatically analyze it and apply the appropriate labels within a few seconds.

4. Customize

Explore the configuration options to customize labels, add rules, enable webhooks, and more. Check out the Configuration section for all available options.