chore: Update labeler to add type labels automatically (#8410)
This commit is contained in:
16
.github/labeler.yml
vendored
16
.github/labeler.yml
vendored
@@ -1,3 +1,13 @@
|
||||
'type: docs':
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: www/**
|
||||
"type: docs":
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: www/**
|
||||
- head-branch: ["^docs"]
|
||||
|
||||
"type: feature":
|
||||
- head-branch: ["^feat"]
|
||||
|
||||
"type: chore":
|
||||
- head-branch: ["^chore"]
|
||||
|
||||
"type: bug":
|
||||
- head-branch: ["^fix"]
|
||||
|
||||
Reference in New Issue
Block a user