This commit is contained in:
Bartek Iwańczuk 2025-04-18 17:37:00 +02:00
parent 4dfffc40ad
commit ea2b6707e9
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -1,5 +1,7 @@
// Copyright 2018-2025 the Deno authors. MIT license.
// deno-lint-ignore-file no-console camelcase
async function createComment(context, github) {
await github.rest.issues.createComment({
issue_number: context.issue.number,