Goal
Ensure main and dev are protected against direct pushes and force-pushes before any code work begins.
Acceptance criteria
Notes
Branch protection was previously set up on main during initial setup. Verify the full ruleset is correct and extend it to dev.
Goal
Ensure
mainanddevare protected against direct pushes and force-pushes before any code work begins.Acceptance criteria
main: require PR + 1 approval, require status checks to pass, no direct push, no force pushdev: require PR, require status checks to pass, no direct push, no force pushNotes
Branch protection was previously set up on
mainduring initial setup. Verify the full ruleset is correct and extend it todev.