From 5fd9cb405bf6757060eb2b3da167af6b101f75c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Cabrera?= Date: Wed, 18 Jan 2023 13:20:34 -0500 Subject: [PATCH] Add label entries for Winch (#5589) Adds label entries for automatic labelling on pull requests related to Winch. --- .github/labeler.yml | 4 ++++ .github/subscribe-to-label.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 19599af1c2..f7b27da7d8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -77,3 +77,7 @@ "wasmtime:ref-types": - "crates/wasmtime/src/ref.rs" - "crates/runtime/src/externref.rs" + +"winch": + - "winch/**" + - "crates/winch/**" diff --git a/.github/subscribe-to-label.json b/.github/subscribe-to-label.json index 184ea9ae54..08b1ee0d3c 100644 --- a/.github/subscribe-to-label.json +++ b/.github/subscribe-to-label.json @@ -2,5 +2,6 @@ "cfallin": ["isle"], "fitzgen": ["fuzzing", "isle", "wasmtime:ref-types"], "peterhuene": ["wasmtime:api", "wasmtime:c-api"], - "kubkon": ["wasi"] + "kubkon": ["wasi"], + "saulecabrera": ["winch"] }