mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
ci: add PR title validation
This commit is contained in:
15
.github/labeler.yml
vendored
Normal file
15
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user