Files
wasmtime/.github/labeler.yml
2020-03-12 13:08:14 -07:00

60 lines
983 B
YAML

# This file configures which paths automatically get which label on new pull
# requests.
#
# It generally has the syntax:
#
# <label 0>:
# - <glob-path 0>
# - ...
# - <glob-path n>
# ...
# <label n>:
# - <glob-path 0>
# - ...
# - <glob-path n>
#
# See https://github.com/actions/labeler for details.
#
# Note that we keep the labels in alphabetical order below.
cranelift:
- cranelift/**
"cranelift:docs":
- cranelift/docs/**
"cranelift:meta":
- cranelift/codegen/meta/**
"cranelift:module":
- cranelift/faerie/**
- cranelift/module/**
- cranelift/object/**
- cranelift/simplejit/**
"cranelift:wasm":
- cranelift/wasm/**
- cranelift/wasmtests/**
fuzzing:
- crates/fuzzing/**
- fuzz/**
lightbeam:
- crates/lightbeam/**
wasi:
- crates/wasi/**
- crates/wasi-common/**
- crates/wiggle/**
"wasmtime:api":
- crates/api/**
"wasmtime:c-api":
- crates/c-api/**
"wasmtime:docs":
- *.md
- docs/**