You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/git
Tim de2ad2e1b1
Make admins adhere to branch protection rules (#32248)
This introduces a new flag `BlockAdminMergeOverride` on the branch
protection rules that prevents admins/repo owners from bypassing branch
protection rules and merging without approvals or failing status checks.

Fixes #17131

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
3 months ago
..
branch.go
branch_list.go
branch_test.go
commit_status.go
commit_status_summary.go
commit_status_test.go
lfs.go
lfs_lock.go
lfs_lock_list.go
main_test.go
protected_banch_list_test.go
protected_branch.go Make admins adhere to branch protection rules (#32248) 3 months ago
protected_branch_list.go
protected_branch_test.go
protected_tag.go
protected_tag_test.go