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 20, 2024
1 parent ee006bb commit f006626
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ async function main({ g, c }, { shouldPost, issueNum }) {
return;
}


console.log(`number: ${issueNum}`);
console.log(typeof(issueNum));
github = g;
context = c;
issueNum = issueNum;

// Get the latest developer in case there are multiple assignees
assignee = await getLatestAssignee();

Expand Down Expand Up @@ -130,6 +128,7 @@ async function assignedToAnotherIssue() {
assignee: assignee,
state: "open", // Only fetch opened issues
})).data;
issueNum = context.payload.issue.number;
console.log(`line 133 number: ${issueNum}`);
const otherIssues = [];

Expand Down

0 comments on commit f006626

Please sign in to comment.