mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 14:41:05 +01:00
chore(validateTags): add reviewers if correct
This commit is contained in:
parent
f59112306c
commit
c85205b988
1 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,13 @@ if (errors.length === 0) {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
requestGithub(
|
||||||
|
`pulls/${pullRequestNumber}/requested_reviewers`,
|
||||||
|
{
|
||||||
|
reviewers: ['xHyroM']
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
requestGithub(
|
requestGithub(
|
||||||
`issues/${pullRequestNumber}/labels/waiting`,
|
`issues/${pullRequestNumber}/labels/waiting`,
|
||||||
{},
|
{},
|
||||||
|
|
Loading…
Reference in a new issue