Browse Source
Use `**` to match through multiple directories in labeler action (#1293)
pull/1296/head
Nick Fitzgerald
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
14 additions and
14 deletions
-
.github/labeler.yml
|
|
@ -18,33 +18,33 @@ |
|
|
|
# Note that we keep the labels in alphabetical order below. |
|
|
|
|
|
|
|
cranelift: |
|
|
|
- cranelift/* |
|
|
|
- cranelift/** |
|
|
|
|
|
|
|
"cranelift:module": |
|
|
|
- cranelift/cranelift-module/* |
|
|
|
- cranelift/cranelift-object/* |
|
|
|
- cranelift/cranelift-faerie/* |
|
|
|
- cranelift/cranelift-simplejit/* |
|
|
|
- cranelift/cranelift-module/** |
|
|
|
- cranelift/cranelift-object/** |
|
|
|
- cranelift/cranelift-faerie/** |
|
|
|
- cranelift/cranelift-simplejit/** |
|
|
|
|
|
|
|
"cranelift:docs": |
|
|
|
- cranelift/docs/* |
|
|
|
- cranelift/docs/** |
|
|
|
|
|
|
|
"cranelift:meta": |
|
|
|
- cranelift/codegen/meta/* |
|
|
|
- cranelift/codegen/meta/** |
|
|
|
|
|
|
|
lightbeam: |
|
|
|
- crates/lightbeam/* |
|
|
|
- crates/lightbeam/** |
|
|
|
|
|
|
|
fuzzing: |
|
|
|
- crates/fuzzing/* |
|
|
|
- crates/fuzzing/** |
|
|
|
|
|
|
|
wasi: |
|
|
|
- crates/wasi/* |
|
|
|
- crates/wasi-common/* |
|
|
|
- crates/wiggle/* |
|
|
|
- crates/wasi/** |
|
|
|
- crates/wasi-common/** |
|
|
|
- crates/wiggle/** |
|
|
|
|
|
|
|
"wasmtime:api": |
|
|
|
- crates/api/* |
|
|
|
- crates/api/** |
|
|
|
|
|
|
|
"wasmtime:c-api": |
|
|
|
- crates/c-api/* |
|
|
|
- crates/c-api/** |
|
|
|