Files
RW 5628312901 Enhance labeler.yml with body matchers
Added body matcher for labels v2 and v3.
2026-02-14 14:36:08 +01:00

14 lines
215 B
YAML

_extends: .github
labels:
- label: 'v3'
matcher:
baseBranch: 'main'
title: '/(v3)/i'
body: '/(v3)/i'
- label: 'v2'
matcher:
baseBranch: 'v2'
title: '/(v2)/i'