Skip to content

Commit eceb10d

Browse files
committed
actually do it??!
1 parent 9e834f5 commit eceb10d

File tree

1 file changed

+2
-3
lines changed
  • dev-packages/release-comment-issues-gh-action

1 file changed

+2
-3
lines changed

dev-packages/release-comment-issues-gh-action/index.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,13 @@ async function run() {
5757
const body = `${RELEASE_COMMENT_HEADING}\n\nThis issue was closed by PR #${pr.prNumber}, which was included in the [${version} release](https://github.com/${owner}/${repo}/releases/tag/${version}).`;
5858

5959
core.debug(`Creating comment for issue #${issue.number}`);
60-
core.debug(body);
6160

62-
/* await octokit.rest.issues.createComment({
61+
await octokit.rest.issues.createComment({
6362
repo,
6463
owner,
6564
issue_number: issue.number,
6665
body,
67-
}); */
66+
});
6867
}
6968
}
7069
}

0 commit comments

Comments
 (0)