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 repos should follow Gitflow workflow and follow are the items you have to check.
- [ ] There is a `master` branch and a `develop` branch.
- [ ] `master` branch is locked for direct commits and,
- [ ] Require pull request reviews before merging is active
- [ ] Require status checks to pass before merging is active
- [ ] Require branches to be up to date before merging
- [ ] Appropriate Status checks are required
- [ ] Enforce all configured restrictions for administrators is active
- [ ] Restrict only maintainers group can push to the master branch
- [ ] `develop` branch is locked for direct commits and,
- [ ] Require pull request reviews before merging
- [ ] Dismiss stale pull request approvals when new commits are pushed is active
- [ ] Require pull request reviews before merging is active
- [ ] Require status checks to pass before merging is active
- [ ] Require branches to be up to date before merging
- [ ] Appropriate Status checks are required
- [ ] Enforce all configured restrictions for administrators is active
- [ ] Restrict only maintainers group can push to the master branch
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: