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 4cbdb60 commit 3254baf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ const commentOnIssue = async (agendaAndNotesIssueNumber, newIssueNumber) => {
owner,
repo,
issue_number: agendaAndNotesIssueNumber,
body: `**Review Inactive Members:** #${newIssueNumber}`,
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}`,
});
};

module.exports = main;

0 comments on commit 3254baf

Please sign in to comment.