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
Most projects have the same set of default branches (trunk, dev, release, prerelease) which should be automatically protected against deletion, trunk and dev should require pull request approvals and status checks, etc...
Creating a default config file with these rules and deploying that across specified repositories would make it simple to manage these rules in bulk.
Most projects have the same set of default branches (trunk, dev, release, prerelease) which should be automatically protected against deletion, trunk and dev should require pull request approvals and status checks, etc...
Creating a default config file with these rules and deploying that across specified repositories would make it simple to manage these rules in bulk.
This action could be leveraged to handle this from this repo: https://github.com/marketplace/actions/set-branch-protection
The text was updated successfully, but these errors were encountered: