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'