1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-07 05:11:36 +00:00
fiber/.github/labeler.yml

24 lines
783 B
YAML
Raw Normal View History

version: v1
labels:
- label: '📒 Documentation'
matcher:
2023-03-12 09:31:49 +01:00
title: '\b(docs|doc:|\[doc\]|README|typos|comment|documentation)\b'
- label: '☢️ Bug'
matcher:
2023-03-12 09:31:49 +01:00
title: '\b(fix|race|bug|missing|correct)\b'
- label: '🧹 Updates'
matcher:
2023-03-12 09:31:49 +01:00
title: '\b(improve|update|refactor|deprecated|remove|unused|test)\b'
- label: '🤖 Dependencies'
matcher:
2023-03-12 09:31:49 +01:00
title: '\b(bumb|bdependencies)\b'
- label: '✏️ Feature'
matcher:
2023-04-26 21:55:03 +02:00
title: '\b(feature|feat|create|implement|add)\b'
- label: '📝 Proposal'
matcher:
title: '\b(proposal|idea|request|suggest)\b'
2023-03-12 09:31:49 +01:00
- label: '🤔 Question'
matcher:
title: '\b(question|how)\b'