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
Github sends a push event which represents a branch deletion. We interpret it incorrectly as a branch update/create. This is part of the JSON data:
{ "ref": "refs/heads/carles/354-pull-requests", "before": "0732e6cb8ef11e7f1236c5cf6ff05d11651c1a7f", "after": "0000000000000000000000000000000000000000", "created": false, "deleted": true, "forced": true, "base_ref": null, "compare": "https://github.com/pretenders/ployst/compare/0732e6cb8ef1...000000000000", "commits": [ ], "head_commit": null, ...
The text was updated successfully, but these errors were encountered:
nice catch
Sorry, something went wrong.
No branches or pull requests
Github sends a push event which represents a branch deletion. We interpret it incorrectly as a branch update/create. This is part of the JSON data:
The text was updated successfully, but these errors were encountered: