mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
* enable benchmark summary for pull requests * enable benchmark summary for pull requests * correct auto labeler
18 lines
675 B
YAML
18 lines
675 B
YAML
version: v1
|
|
labels:
|
|
- label: '📒 Documentation'
|
|
matcher:
|
|
title: '\b(docs|doc:|\[doc\]|README|typos|comment|documentation)\b|[📝📒📚]'
|
|
- label: '☢️ Bug'
|
|
matcher:
|
|
title: '\b(fix|race|bug|missing|correct)\b|[🐛☢🩹🚨]'
|
|
- label: '🧹 Updates'
|
|
matcher:
|
|
title: '\b(improve|update|refactor|deprecated|remove|unused|test)\b|[⚡👷🚧♻️🎨🧪🧹]'
|
|
- label: '🤖 Dependencies'
|
|
matcher:
|
|
title: '\b(bumb|bdependencies)/b|[📦🤖]'
|
|
- label: '✏️ Feature'
|
|
matcher:
|
|
title: '\b(feature|create|implement|add)\b|[🚀✨🔥]'
|