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
fix(terraform): drop restrict_pushes, unsupported on personal repos
GitHub rejects named push restrictions on non-organization repos. Dropping
it doesn't weaken anything: required_pull_request_reviews already blocks
direct pushes for everyone without bypass rights, and enforce_admins=false
is what limits that bypass to admins.
0 commit comments