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:
parent
00359271d1
commit
85384fb9c6
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue