Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: Re-enable Automated comment #1573

Open
BlakeCampbells opened this issue Apr 12, 2023 · 0 comments
Open

Improvement: Re-enable Automated comment #1573

BlakeCampbells opened this issue Apr 12, 2023 · 0 comments

Comments

@BlakeCampbells
Copy link
Collaborator

Disabled createReviewComment in #1566

It looks like comments on PRs have to be attached to commits in the latest versions of GitHub actions see:
https://docs.github.com/en/rest/pulls/comments?apiVersion=2022-11-28#create-a-review-comment-for-a-pull-request

const pullRequestNumber = context.payload.pull_request.number;

  const octokit = new github.GitHub(GITHUB_TOKEN);
  await octokit.issues.createComment({
    ...context.repo,
    issue_number: pullRequestNumber,
    body: comment,
  });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant