You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hubotScriptsWarning+="The following scripts have known replacements. Follow the link for installation instructions, then remove it from hubot-scripts.json:\n"
hubotScriptsWarning+="The following scripts don't have (known) replacements. You can try searching https://www.npmjs.com/ or http://github.com/search or your favorite search engine. You can copy the script into your local scripts directory, or consider creating a new package to maintain yourself. If you find a replacement or create a package yourself, please post on https://github.com/github/hubot-scripts/issues/1641:\n"
135
+
hubotScriptsWarning+="* #{script}\n"for script in scriptsWithoutReplacements
136
+
137
+
hubotScriptsWarning+="\nYou an also try updating hubot-scripts to get the latest list of replacements: npm install --save hubot-scripts@latest"
138
+
else
139
+
hubotScriptsWarning+="To get a list of recommended replacements, update your hubot-scripts: npm install --save hubot-scripts@latest"
0 commit comments