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:
co-authored by
Ben Kunkle
parent
00359271d1
commit
85384fb9c6
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user