Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:28
· 78 commits to v0.x since this release
de480d9

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.