ci: auto label for issue (#3168)

This commit is contained in:
Kagol 2025-03-20 16:32:09 +08:00 committed by GitHub
parent 5db3bd8f3d
commit 63720a07fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ labels:
- label: "enhancement"
sync: true
matcher:
title: "^feat.*: ?.*"
title: "^[feat|✨].*: ?.*"
commit: "^feat.*: ?.*"
- label: "bug"
sync: true
matcher:
title: "^fix.*: ?.*"
title: "^[fix|🐛].*: ?.*"
commit: "^fix.*: ?.*"
- label: "documentation"
sync: true