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

Release Notes:

- N/A

Co-authored-by: Ben Kunkle <ben.kunkle@gmail.com>
This commit is contained in:
Joseph T. Lyons
2025-03-13 14:15:38 -04:00
committed by GitHub
co-authored by Ben Kunkle
parent 00359271d1
commit 85384fb9c6
+1 -1
View File
@@ -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) {