Skip to content

Commit

Permalink
Automatically label changes to pulley/** with the pulley label (#…
Browse files Browse the repository at this point in the history
…9086)

* Automatically label changes to `pulley/**` with the `pulley` label

* Subscribe myself to the `pulley` label
  • Loading branch information
fitzgen authored Aug 7, 2024
1 parent 2bf307a commit fa9a78b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
- "cranelift/codegen/src/isa/*/lower/isle/**"
- "cranelift/codegen/src/opts/*"

"pulley":
- "pulley/**"

"wasi":
- "crates/wasi/**"
- "crates/wasi-common/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/subscribe-to-label.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cfallin": ["isle"],
"fitzgen": ["fuzzing", "isle", "wasmtime:ref-types"],
"fitzgen": ["fuzzing", "isle", "pulley", "wasmtime:ref-types"],
"saulecabrera": ["winch"]
}

0 comments on commit fa9a78b

Please sign in to comment.