Also label the fuzz targets with the "fuzzing" label

This commit is contained in:
Nick Fitzgerald
2020-03-12 13:03:54 -07:00
parent 43af21e84d
commit 687042f6ae

1
.github/labeler.yml vendored
View File

@@ -37,6 +37,7 @@ lightbeam:
fuzzing: fuzzing:
- crates/fuzzing/** - crates/fuzzing/**
- fuzz/**
wasi: wasi:
- crates/wasi/** - crates/wasi/**