Quickstart
Get Started

Quickstart

Set up label descriptions, add a blocklist, and watch the operator console after the first issue or pull request lands.

Four-Step Setup

1. Install

install the github app on the target repository.

2. Describe Labels

add clear descriptions to your existing labels in github settings.

3. Add Blocklist

protect workflow labels before the first automated triage run.

4. Review Console

open the dashboard after a new issue or pr to inspect the result.

Gateway Auth

Auth Options

use either AI_GATEWAY_API_KEY or VERCEL_OIDC_TOKEN. if both are set, tigent will use the api key.

Starting Config

tigent.yml

blocklist:
  - backport
  - major
  - minor

prompt: |
  when in doubt, add support.
  provider-specific issues get ai/provider and the matching provider label.

What To Review After The First Run

Operator Checklist

look at the applied labels, any blocked labels, whether memory was used, and whether the maintainer would have made the same decision manually.