-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
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
Zally issue creation sometimes omits commits #607
Labels
Comments
Other missed (and relevant) PRs:
|
Potential (partial) solution:
|
We invested a bit more time to figure out what happened.
To make it more robust, we would need to:
|
tkrop
pushed a commit
that referenced
this issue
Jan 12, 2021
tkrop
pushed a commit
that referenced
this issue
Jan 12, 2021
tkrop
pushed a commit
that referenced
this issue
Jan 19, 2021
feat: improve zally issue creation (#607)
tkrop
pushed a commit
that referenced
this issue
Jan 20, 2021
tkrop
pushed a commit
that referenced
this issue
Jan 20, 2021
fix: and improve zally notification script (#607)
Lets assume that #628 was finally fixing the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We observed that some of the merges in this repository don't create a Zally issue, when they should have done so.
Examples:
Analysis:
It looks like the result of https://api.github.com/repos/zalando/restful-api-guidelines/pulls/598/files (and similar) didn't return useful results (possibly an error?), which resulted in a error of jq, and then the rest of the script thought that nothing changed, and decided not to create a Zally issue.
GitHub's commit information API lags a bit behind the actual commits. So when it doesn't return anything, we might need to wait a bit and retry, when this happened.
The text was updated successfully, but these errors were encountered: