Change regex to include :

This commit is contained in:
boc-the-git 2024-09-11 19:41:00 +10:00 committed by GitHub
parent e1f382f8ba
commit 7291e393ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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