Skip to content

Commit

Permalink
Update src/drivers/github.js
Browse files Browse the repository at this point in the history
Co-authored-by: DavidGOrtega <[email protected]>
  • Loading branch information
tasdomas and DavidGOrtega authored Oct 18, 2022
1 parent 5c5be0a commit e862cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ class Github {

async issueCommentUpdate(opts = {}) {
const { id, report } = opts;
if (!id) throw new Error('Id is missing updating comment')
const { owner, repo } = ownerRepo({ uri: this.repo });
const { issues } = octokit(this.token, this.repo);

Expand Down

2 comments on commit e862cfa

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.