diff --git a/scripts/validateTags/src/index.ts b/scripts/validateTags/src/index.ts index 9babf28..cfd799b 100644 --- a/scripts/validateTags/src/index.ts +++ b/scripts/validateTags/src/index.ts @@ -57,6 +57,13 @@ if (errors.length === 0) { } ); + requestGithub( + `pulls/${pullRequestNumber}/requested_reviewers`, + { + reviewers: ['xHyroM'] + } + ); + requestGithub( `issues/${pullRequestNumber}/labels/waiting`, {},