You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(api): pushrules remove saying None is returned when not found
In `groups.pushrules.get()`, GitLab does not return `None` when no
rules are found. GitLab returns a 404.
Update docs to not say it will return `None`
Also update docs in `project.pushrules.get()` to be consistent. Not
100% sure if it returns `None` or returns a 404, but we don't need to
document that.
Closes: #2368
0 commit comments