Labels
The Labels tab is a singleton tab for managing your repository’s issue and PR labels.
Label List
Labels are displayed as cards showing:
- Color swatch — the label’s assigned color
- Name
- Issue count — how many issues use this label
- Description (if set)
Use the search bar to filter labels by name.
Actions per Label
| Button | Action |
|---|---|
| View Issues | Opens the Issues tab filtered to this label |
| Edit | Opens the inline edit form |
| Delete | Removes the label (with confirmation) |
Creating Labels
Click New Label to show the creation form:
- Name input
- Color picker synced with a hex input field
- Description (optional)
- Live preview — a chip showing what the label will look like
The text color (black or white) is automatically chosen for contrast against the selected background color.
Editing Labels
Click Edit on any label to open the same form pre-filled with the current values. Save or cancel to close the form.
Auto-Refresh
The label list refreshes automatically via GitHub polling when issues change.