feat: Change autolabeler regex to include : (#4196)

This commit is contained in:
boc-the-git
2024-09-12 00:03:17 +10:00
committed by GitHub
parent 871160cb42
commit 97c3135a43

View File

@@ -62,10 +62,10 @@ autolabeler:
- '/feat/i'
- label: 'bugfix'
title:
- '/fix/i'
- '/fix:/i'
- label: 'documentation'
title:
- '/docs/i'
- '/docs:/i'
- label: 'chore'
title:
- '/chore/i'
- '/chore:/i'