You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
955 B
55 lines
955 B
# 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/cranelift-faerie/**
|
|
- cranelift/cranelift-module/**
|
|
- cranelift/cranelift-object/**
|
|
- cranelift/cranelift-simplejit/**
|
|
|
|
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/**
|
|
|