mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-07 02:12:12 +00:00
24 lines
783 B
YAML
24 lines
783 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|feat|create|implement|add)\b'
|
|
- label: '📝 Proposal'
|
|
matcher:
|
|
title: '\b(proposal|idea|request|suggest)\b'
|
|
- label: '🤔 Question'
|
|
matcher:
|
|
title: '\b(question|how)\b'
|