Skip to content

Commit 91b09c8

Browse files
authored
Add label when PR gets reassigned (#34866)
1 parent 4c213e5 commit 91b09c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/ci/pr-bot/findPrsNeedingAttention.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ async function processPull(
176176
issue_number: pull.number,
177177
name: SLOW_REVIEW_LABEL,
178178
});
179+
await client.rest.issues.addLabels({
180+
owner: REPO_OWNER,
181+
repo: REPO,
182+
issue_number: pull.number,
183+
labels: ["reassigned-reviewers"],
184+
});
179185
}
180186

181187
return;

0 commit comments

Comments
 (0)