casual-simulation / casualos

Casual Open Simulation for the Web
https://ab1.bot
MIT License
49 stars 9 forks source link

Add the `os.getScriptIssues(bot, tag)` function #449

Closed KallynGowdy closed 2 weeks ago

KallynGowdy commented 5 months ago

Currently, there is no way for a script to identify build issues with other scripts. This function, when called, will get the list of issues that have been raised for the script stored in the given tag and return them as a promise. This will make basic checks like ensuring that the project has no major issues much easier.