0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 21:34:32 +01:00
gitea/services/forms
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>
2024-10-23 12:39:43 +08:00
..
admin.go
auth_form.go
org.go Fix: Allow org team names of length 255 in create team form (#31564) 2024-07-10 02:15:17 +00:00
package_form.go
repo_branch_form.go
repo_form.go Make admins adhere to branch protection rules (#32248) 2024-10-23 12:39:43 +08:00
repo_form_test.go
repo_tag_form.go
runner.go
user_form.go add skip secondary authorization option for public oauth2 clients (#31454) 2024-07-19 14:28:30 -04:00
user_form_auth_openid.go
user_form_hidden_comments.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
user_form_test.go