Skip to content

Commit

Permalink
Update post-labels-comment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 30, 2023
1 parent 4ff8716 commit 734093e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ async function main({ g, c }, { actionResult, addedLabels, issueNum }) {
}

const instructions = makeComment(addedLabels)
console.log("instructions are: " + instructions)
if (instructions === null) {
return
}
Expand Down

0 comments on commit 734093e

Please sign in to comment.