Skip to content

Commit

Permalink
Update preliminary-update-comment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Jul 19, 2024
1 parent 16adfc6 commit 59f84ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ async function main({ g, c }, { shouldPost, issueNum }) {
await mutateIssueStatus(github, context, itemInfo.id, statusValues.get(New_Issue_Approval));
console.log('.... change issue status to "New Issue Approval"');
} else {
// Otherwise, post the normal comment
console.log(`Developer assignment to this issue: OK- proceeding with "Preliminary Update Comment"`);
// Otherwise, proceed with checks for
const comment = await createComment("preliminary-update.md");
await postComment(issueNum, comment, github, context);
}
Expand Down

0 comments on commit 59f84ca

Please sign in to comment.