We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A GET request to Github failed with a 500. The log entry is
ERROR 2024-11-22T10:38:06Z github get server failure code=500 status=500 Internal Server Error body=[]
This apparently happened while posting an issue comment:
ERROR 2024-11-22T10:37:42Z reporting err=post issue comment failed issue=70521: 500 Internal Server Error
Although it's strange that the time of the second log entry is earlier.
Although we failed to make a related-issues post, it's not worth retrying because the issue is closed (golang/go#70521).
If we did want to retry, we'd have a problem because the action log already contains a failed entry.
See #30.
The text was updated successfully, but these errors were encountered:
This issue is for documentation purposes only. Closing it now.
Sorry, something went wrong.
No branches or pull requests
A GET request to Github failed with a 500. The log entry is
This apparently happened while posting an issue comment:
Although it's strange that the time of the second log entry is earlier.
Although we failed to make a related-issues post, it's not worth retrying because the issue is closed (golang/go#70521).
If we did want to retry, we'd have a problem because the action log already contains a failed entry.
See #30.
The text was updated successfully, but these errors were encountered: