Skip to content

Commit

Permalink
Update create-new-issue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 29, 2023
1 parent 5f6c4da commit 6325704
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
+ "<details><summary>Watch demo</summary>![Create_new_issue_animation](https://github.com/t-will-gillis/website/assets/40799239/30ff99d3-2e49-47ac-bbf4-76da3528223d)</details>\n"
+ "```\n"
+ "The Hack for LA website bot made a mistake!\n"
+ "I am responding to Issue #" + thisIssueNumber + " because I have been active.\n"
Expand All @@ -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"
+ "<details><summary>Watch demo</summary>![Create_new_issue_animation](https://github.com/t-will-gillis/website/assets/40799239/30ff99d3-2e49-47ac-bbf4-76da3528223d)</details>\n"
+ "```\n"
+ "The Hack for LA website bot removed me!\n"
+ "I am responding to Issue #" + thisIssueNumber + " because I want to come back.\n"
Expand Down

0 comments on commit 6325704

Please sign in to comment.