Actual:
If the submission validation scripts encounter a failing URL, the error left as a comment on the issue does not specify the URL.
The submitter may not therefore know which URL is failing to resolve, and may waste time trying to debug URLs that aren't the problem.
Example:
Validation Errors for addons/ADDON_NAME/VERSION.json:
• Fatal error, unable to continue: HTTP Error 404: Not Found
Expected:
The failing URL is given in the comment.
Example:
Validation Errors for addons/ADDON_NAME/VERSION.json:
• Fatal error, unable to continue: HTTP Error 404: Not Found
URL: https://something.tld/someUser/ADDON_NAME-VERSION.nvda-addon
Additional Context:
First noticed in #3244.