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 25ebc9e commit 16adfc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function main({ g, c }, { shouldPost, issueNum }) {
// Update item's status to "New Issue Approval"
const itemInfo = await queryIssueInfo(github, context);
await mutateIssueStatus(github, context, itemInfo.id, statusValues.get(New_Issue_Approval));
console.log('.... change issue status to "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"`);
Expand Down

0 comments on commit 16adfc6

Please sign in to comment.