1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-04-28 05:36:44 +00:00

improve labeler config

This commit is contained in:
René Werner 2023-03-12 09:31:49 +01:00
parent 9e440635f0
commit 01fcdedcef

13
.github/labeler.yml vendored

@ -2,16 +2,19 @@ version: v1
labels: labels:
- label: '📒 Documentation' - label: '📒 Documentation'
matcher: matcher:
title: '\b(docs|doc:|\[doc\]|README|typos|comment|documentation)\b|[📝📒📚]' title: '\b(docs|doc:|\[doc\]|README|typos|comment|documentation)\b'
- label: '☢️ Bug' - label: '☢️ Bug'
matcher: matcher:
title: '\b(fix|race|bug|missing|correct)\b|[🐛☢🩹🚨]' title: '\b(fix|race|bug|missing|correct)\b'
- label: '🧹 Updates' - label: '🧹 Updates'
matcher: matcher:
title: '\b(improve|update|refactor|deprecated|remove|unused|test)\b|[⚡👷🚧♻️🎨🧪🧹]' title: '\b(improve|update|refactor|deprecated|remove|unused|test)\b'
- label: '🤖 Dependencies' - label: '🤖 Dependencies'
matcher: matcher:
title: '\b(bumb|bdependencies)/b|[📦🤖]' title: '\b(bumb|bdependencies)\b'
- label: '✏️ Feature' - label: '✏️ Feature'
matcher: matcher:
title: '\b(feature|create|implement|add)\b|[🚀✨🔥]' title: '\b(feature|create|implement|add)\b'
- label: '🤔 Question'
matcher:
title: '\b(question|how)\b'