SIGN IN SIGN UP

Deprecate `Orginization.edit_hook` (#3404)

Use `Organization.get_hook(id).edit(…)` instead.

If you need to avoid `Organization.get_hook(id)` to fetch the `Hook`
object from Github API, use a lazy Github instance:

    Github(…, lazy=True).get_organization(…).get_hook(id).edit(…)
E
Enrico Minack committed
d7395df9c34ef8520d47dbf84e4d735c0a041fcf
Parent: 78050d3
Committed by GitHub <noreply@github.com> on 11/19/2025, 2:47:40 PM