Add automatic labeling for the wasmtime:ref-types label (#3213)

This commit is contained in:
Nick Fitzgerald
2021-08-19 10:05:47 -07:00
committed by GitHub
parent 3117933791
commit 74c18a6af4

4
.github/labeler.yml vendored
View File

@@ -70,3 +70,7 @@
"wasmtime:docs":
- "*.md"
- "docs/**"
"wasmtime:ref-types":
- "crates/wasmtime/src/ref.rs"
- "crates/runtime/src/externref.rs"