github.com/boomhut/fiber/v2@v2.0.0-20230603160335-b65c856e57d3/.github/labeler.yml (about)

     1  version: v1
     2  labels:
     3      -   label: '๐Ÿ“’ Documentation'
     4          matcher:
     5              title: '\b(docs|doc:|\[doc\]|README|typos|comment|documentation)\b'
     6      -   label: 'โ˜ข๏ธ Bug'
     7          matcher:
     8              title: '\b(fix|race|bug|missing|correct)\b'
     9      -   label: '๐Ÿงน Updates'
    10          matcher:
    11              title: '\b(improve|update|refactor|deprecated|remove|unused|test)\b'
    12      -   label: '๐Ÿค– Dependencies'
    13          matcher:
    14              title: '\b(bumb|bdependencies)\b'
    15      -   label: 'โœ๏ธ Feature'
    16          matcher:
    17              title: '\b(feature|feat|create|implement|add)\b'
    18      -   label: '๐Ÿค” Question'
    19          matcher:
    20              title: '\b(question|how)\b'