chore: Update labeler to add type labels automatically (#8410)

This commit is contained in:
Oli Juhl
2024-08-02 13:55:32 +02:00
committed by GitHub
parent 9950a7efe2
commit afa740606f

16
.github/labeler.yml vendored
View File

@@ -1,3 +1,13 @@
'type: docs': "type: docs":
- changed-files: - changed-files:
- any-glob-to-any-file: www/** - any-glob-to-any-file: www/**
- head-branch: ["^docs"]
"type: feature":
- head-branch: ["^feat"]
"type: chore":
- head-branch: ["^chore"]
"type: bug":
- head-branch: ["^fix"]