From 85384fb9c67614795a82f5b0a09895875beb16d0 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 13 Mar 2025 14:15:38 -0400 Subject: [PATCH] Update issue response script to only consider replies from staff (#26703) Release Notes: - N/A Co-authored-by: Ben Kunkle --- script/issue_response/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/issue_response/main.js b/script/issue_response/main.js index 1dc3ee9025..85e5d9ca11 100644 --- a/script/issue_response/main.js +++ b/script/issue_response/main.js @@ -24,7 +24,7 @@ async function main() { const owner = "zed-industries"; const repo = "zed"; - const teams = ["staff", "triagers"]; + const teams = ["staff"]; const githubHandleSet = new Set(); for (const team of teams) {