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
parent 00359271d1
commit 85384fb9c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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