Update issue response script to only consider replies from staff (#26703)

Joseph T. Lyons and Ben Kunkle created

Release Notes:

- N/A

Co-authored-by: Ben Kunkle <ben.kunkle@gmail.com>

Change summary

script/issue_response/main.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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) {