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
settings.protected_branch_deletion_desc = Disabling branch protection allows users with write permission to push to the branch. Continue?
1529
1530
settings.block_rejected_reviews = Block merge on rejected reviews
1530
1531
settings.block_rejected_reviews_desc = Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals.
1532
+
settings.block_outdated_branch = Block merge if pull request is outdated
1533
+
settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch.
1531
1534
settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
1532
1535
settings.choose_branch = Choose a branch…
1533
1536
settings.no_protected_branch = There are no protected branches.
0 commit comments