diff --git a/github-actions/trigger-schedule/list-inactive-members/create-new-issue.js b/github-actions/trigger-schedule/list-inactive-members/create-new-issue.js index 2396877887..cf24bfb810 100644 --- a/github-actions/trigger-schedule/list-inactive-members/create-new-issue.js +++ b/github-actions/trigger-schedule/list-inactive-members/create-new-issue.js @@ -59,7 +59,8 @@ const createIssue = async (owner, repo, inactiveLists) => { + "- If you are reviewing PRs, that you have posted a review comment within the past 30 days.\n\n" + "If you have been inactive in the last 30 days (using the above measurements), you can become active again by doing at least one of the above actions. The bot will automatically remove you from next month's list.\n\n" + "### Did we make a mistake?\n" - + "If you were active during the last 30 days (using the above measurements) and the bot made a mistake, let us know: Copy the following message into a comment below, add the pertinent issue or PR number, then select \"Comment\". Next, select \"...\", then \"Reference in a new issue\". [Watch demo](![Screenshot-2023-11-28-204817r6](https://github.com/t-will-gillis/website/assets/40799239/a26cfebd-9079-43d0-b9ba-bf08411f57fa)\n" + + "If you were active during the last 30 days (using the above measurements) and the bot made a mistake, let us know: Copy the following message into a comment below, add the pertinent issue or PR number, then select \"Comment\". Next, select \"...\", then \"Reference in a new issue\".\n" + + "
Watch demo![Create_new_issue_animation](https://github.com/t-will-gillis/website/assets/40799239/30ff99d3-2e49-47ac-bbf4-76da3528223d)
\n" + "```\n" + "The Hack for LA website bot made a mistake!\n" + "I am responding to Issue #" + thisIssueNumber + " because I have been active.\n" @@ -75,7 +76,8 @@ const createIssue = async (owner, repo, inactiveLists) => { + "## Removed Members\n" + "Our team bot has determined that the following member(s) have not been active with the Website team for over 60 days, and therefore the member(s) have been removed from the 'website-write' team.\n\n" + removedList + "\n\n" - + "If this is a mistake or if you would like to return to the Hack for LA Website team, let us know: Copy the following message into a comment below then select \"Comment\". Next, select \"...\", then \"Reference in a new issue\". [Watch demo](![Screenshot-2023-11-28-204817r6](https://github.com/t-will-gillis/website/assets/40799239/a26cfebd-9079-43d0-b9ba-bf08411f57fa)\n" + + "If this is a mistake or if you would like to return to the Hack for LA Website team, let us know: Copy the following message into a comment below then select \"Comment\". Next, select \"...\", then \"Reference in a new issue\".\n" + + "
Watch demo![Create_new_issue_animation](https://github.com/t-will-gillis/website/assets/40799239/30ff99d3-2e49-47ac-bbf4-76da3528223d)
\n" + "```\n" + "The Hack for LA website bot removed me!\n" + "I am responding to Issue #" + thisIssueNumber + " because I want to come back.\n"