Chore: improve PR labeling move all labelling to pr-bot workflow (#9970)

This commit is contained in:
shamoon
2025-05-19 13:44:25 -07:00
committed by GitHub
parent 0a03ca94c7
commit e092627da6
3 changed files with 35 additions and 14 deletions

7
.github/labeler.yml vendored
View File

@@ -17,3 +17,10 @@ ci-cd:
- changed-files:
- any-glob-to-any-file:
- '.github/**'
# pr types
bug:
- head-branch:
- ['^fix']
enhancement:
- head-branch:
- ['^feature']