Add initial labeler WebHook config (#13772)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
JJ Kasper 2020-06-05 04:44:38 -05:00 committed by GitHub
parent 4e6c326a56
commit aa7e15c1de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/labeler.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"labels": {
"type: example": ["examples/**"],
"type: documentation": ["docs/**", "errors/**"],
"type: create-next-app": ["packages/create-next-app/**"],
"type: next": [
"packages/next/**",
"packages/react-dev-overlay/**",
"packages/react-refresh-utils/**"
]
}
}