Improvement
Changes to the repository object in push webhook
We are updating the url field for push webhook events.
Previously, both html_url and url returned the same link, unlike other events like pull_request.
Now, html_url will return the repository URL (e.g., https://github.com/<org>/<reponame> ) and url will provide the API URL (e.g., https://api.github.com/repos/<org>/<reponame>).
Join the discussion in GitHub Community.