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:
Bartek Iwańczuk 2025-04-18 12:05:52 +02:00 committed by GitHub
parent 3609bf89a9
commit 832019c678
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {