Skip to content

Commit

Permalink
Update comment-issue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Sep 6, 2023
1 parent 9f87cf6 commit fa72f2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const commentOnIssue = async (agendaAndNotesIssueNumber, newIssueNumber) => {
owner,
repo,
issue_number: agendaAndNotesIssueNumber,
body: `The current lists of one-month inactive members as well as two-month inactive + removed members have been generated here: **Review Inactive Team Members** #${newIssueNumber}`,
body: `**Review Inactive Team Members** #${newIssueNumber}`,
});
};

Expand Down

0 comments on commit fa72f2a

Please sign in to comment.