Skip to content

Commit

Permalink
Merge pull request #50 from brown-ccv/49-set-up-alerts-when-website-c…
Browse files Browse the repository at this point in the history
…heck-fails

add assignee to issues
  • Loading branch information
tdivoll authored Jan 30, 2023
2 parents 919e514 + 084271d commit fdb67ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion check-website-up/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ async function openOrUpdateIssue(website, err, octokit, repo) {
await octokit.issues.create({
...repo,
title,
body: err
body: err,
assignee: "tdivoll"
})
console.log(`Opened issue`)
}
Expand Down

0 comments on commit fdb67ed

Please sign in to comment.