mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
Update tools/label_pull_request.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
3609bf89a9
commit
832019c678
1 changed files with 2 additions and 3 deletions
|
@ -5,10 +5,9 @@ async function createComment(context, github) {
|
|||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: `Thanks the PR!
|
||||
body: `Thanks for the PR!
|
||||
|
||||
Once you are done, please request a review from Deno team member.`,
|
||||
});
|
||||
Once you are done, please request a review from a Deno team member.`,
|
||||
}
|
||||
|
||||
async function updateLabels(context, github) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue