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
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Function to automatically create a issue on Github for the last error. We are already generating an error file that contains useful log information. Github has a good API for creating new issues http://developer.github.com/v3/issues/
It shouldn't be hard to write a script that will automatically submit an issue. The only foreseeable problem is dealing with authentication when submitting the issue. We could embed a OAuth key for a fake user with few access rights.
The text was updated successfully, but these errors were encountered:
Function to automatically create a issue on Github for the last error. We are already generating an error file that contains useful log information. Github has a good API for creating new issues http://developer.github.com/v3/issues/
It shouldn't be hard to write a script that will automatically submit an issue. The only foreseeable problem is dealing with authentication when submitting the issue. We could embed a OAuth key for a fake user with few access rights.
The text was updated successfully, but these errors were encountered: