Browse Source

Update ISLE labeling globs (#6363)

pull/6365/head
Nick Fitzgerald 2 years ago
committed by GitHub
parent
commit
789403f327
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/labeler.yml

5
.github/labeler.yml

@ -52,8 +52,9 @@
"isle":
- "cranelift/isle/**"
- "**.isle"
- "cranelift/codegen/src/isa/x64/lower/isle.rs"
- "cranelift/codegen/src/isa/x64/lower/isle/**"
- "cranelift/codegen/src/isa/*/lower/isle.rs"
- "cranelift/codegen/src/isa/*/lower/isle/**"
- "cranelift/codegen/src/opts/*"
"wasi":
- "crates/wasi/**"

Loading…
Cancel
Save