Skip to content

Commit

Permalink
deleted code that we used for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
coolujain committed Jun 28, 2024
1 parent 1e33ecd commit b5a6cbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/TriageClosedIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
});
prAuthors = [...new Set(prAuthors)];
console.log(prAuthors)
if (!assigned) {
if (issueData.assignees.length != 0) {
const assignees = issueData.assignees.map(assignee => assignee.login).join(', ');
Expand Down

0 comments on commit b5a6cbc

Please sign in to comment.