Add label entries for Winch (#5589)

Adds label entries for automatic labelling on pull requests related to Winch.
This commit is contained in:
Saúl Cabrera
2023-01-18 13:20:34 -05:00
committed by GitHub
parent 247851234b
commit 5fd9cb405b
2 changed files with 6 additions and 1 deletions

4
.github/labeler.yml vendored
View File

@@ -77,3 +77,7 @@
"wasmtime:ref-types":
- "crates/wasmtime/src/ref.rs"
- "crates/runtime/src/externref.rs"
"winch":
- "winch/**"
- "crates/winch/**"

View File

@@ -2,5 +2,6 @@
"cfallin": ["isle"],
"fitzgen": ["fuzzing", "isle", "wasmtime:ref-types"],
"peterhuene": ["wasmtime:api", "wasmtime:c-api"],
"kubkon": ["wasi"]
"kubkon": ["wasi"],
"saulecabrera": ["winch"]
}