Alterran / CS-PropLineTool

Cities: Skylines Mod:
http://steamcommunity.com/sharedfiles/filedetails/?id=694512541
MIT License
5 stars 3 forks source link

Branch protection rules seem to auto-protect PR branches #8

Closed originalfoo closed 5 years ago

originalfoo commented 5 years ago

It looks like the branch protection rules are auto-protecting PR branches meaning that I can't push more commits to an open PR.

Ideally only the master branch should be protected (to prevent me from committing directly to it; all my contributions must go through PR review process).

Github docs relating to branch protection rules: https://help.github.com/en/articles/configuring-protected-branches

Alterran commented 5 years ago

Updated branch protection rules. Now only master branch is protected.