2023-03-10 10:30:52 +01:00
|
|
|
version: v1
|
|
|
|
labels:
|
|
|
|
- label: '📒 Documentation'
|
|
|
|
matcher:
|
2023-03-12 09:31:49 +01:00
|
|
|
title: '\b(docs|doc:|\[doc\]|README|typos|comment|documentation)\b'
|
2023-03-10 10:30:52 +01:00
|
|
|
- label: '☢️ Bug'
|
|
|
|
matcher:
|
2023-03-12 09:31:49 +01:00
|
|
|
title: '\b(fix|race|bug|missing|correct)\b'
|
2023-03-10 10:30:52 +01:00
|
|
|
- label: '🧹 Updates'
|
|
|
|
matcher:
|
2023-03-12 09:31:49 +01:00
|
|
|
title: '\b(improve|update|refactor|deprecated|remove|unused|test)\b'
|
2023-03-10 10:30:52 +01:00
|
|
|
- label: '🤖 Dependencies'
|
|
|
|
matcher:
|
2023-03-12 09:31:49 +01:00
|
|
|
title: '\b(bumb|bdependencies)\b'
|
2023-03-10 10:30:52 +01:00
|
|
|
- label: '✏️ Feature'
|
|
|
|
matcher:
|
2023-04-26 21:55:03 +02:00
|
|
|
title: '\b(feature|feat|create|implement|add)\b'
|
2024-01-06 17:49:14 +01:00
|
|
|
- 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'
|