Skip to content

Commit fa9a78b

Browse files
authored
Automatically label changes to pulley/** with the pulley label (bytecodealliance#9086)
* Automatically label changes to `pulley/**` with the `pulley` label * Subscribe myself to the `pulley` label
1 parent 2bf307a commit fa9a78b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
- "cranelift/codegen/src/isa/*/lower/isle/**"
5757
- "cranelift/codegen/src/opts/*"
5858

59+
"pulley":
60+
- "pulley/**"
61+
5962
"wasi":
6063
- "crates/wasi/**"
6164
- "crates/wasi-common/**"

.github/subscribe-to-label.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"cfallin": ["isle"],
3-
"fitzgen": ["fuzzing", "isle", "wasmtime:ref-types"],
3+
"fitzgen": ["fuzzing", "isle", "pulley", "wasmtime:ref-types"],
44
"saulecabrera": ["winch"]
55
}

0 commit comments

Comments
 (0)