mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
16 lines
356 B
YAML
16 lines
356 B
YAML
# see https://github.com/srvaroa/labeler
|
|
version: 1
|
|
issues: False
|
|
labels:
|
|
- label: "bug"
|
|
title: "^fix(\\(.*\\))?:.*"
|
|
- label: "dependencies"
|
|
title: "^deps(\\(.*\\))?:.*"
|
|
- label: "documentation"
|
|
title: "^docs(\\(.*\\))?:.*"
|
|
- label: "enhancement"
|
|
title: "^(enh|feat)(\\(.*\\))?:.*"
|
|
- label: "work-in-progress"
|
|
title: "^WIP:.*"
|
|
mergeable: false
|