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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Private repositories owned by personal accounts no longer have their
rulesets blocked merely because organisation-wide rulesets do not exist for
that kind of owner. plan now probes the capability for each private
repository and current token through GitHub's read-only branch-protection
endpoint, which has the same plan availability as repository rulesets. This
supports GitHub Pro benefits such as Education without hard-coding plan
names, while still blocking a ruleset when the owner plan or token does not
permit it.