Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Mar 12, 2023
1 parent 2968cf4 commit bae3c8c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/labeler.yml
Expand Up @@ -2,16 +2,19 @@ version: v1
labels:
- label: '馃搾 Documentation'
matcher:
title: '\b(docs|doc:|\[doc\]|README|typos|comment|documentation)\b|[馃摑馃搾馃摎]'
title: '\b(docs|doc:|\[doc\]|README|typos|comment|documentation)\b'
- label: '鈽笍 Bug'
matcher:
title: '\b(fix|race|bug|missing|correct)\b|[馃悰鈽煩桂煔╙'
title: '\b(fix|race|bug|missing|correct)\b'
- label: '馃Ч Updates'
matcher:
title: '\b(improve|update|refactor|deprecated|remove|unused|test)\b|[鈿○煈佛煔р櫥锔忦煄煣煣筣'
title: '\b(improve|update|refactor|deprecated|remove|unused|test)\b'
- label: '馃 Dependencies'
matcher:
title: '\b(bumb|bdependencies)/b|[馃摝馃]'
title: '\b(bumb|bdependencies)\b'
- label: '鉁忥笍 Feature'
matcher:
title: '\b(feature|create|implement|add)\b|[馃殌鉁煍'
title: '\b(feature|create|implement|add)\b'
- label: '馃 Question'
matcher:
title: '\b(question|how)\b'

0 comments on commit bae3c8c

Please sign in to comment.