mirror of https://github.com/go-gitea/gitea.git
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.
a11ccc9fcd
fixes #21892 This PR disallows merging a PR when not all commit status contexts configured in the branch protection are met. Previously, the PR was happy to merge when one commit status was successful and the other contexts weren't reported. Any feedback is welcome, first time Go :-) I'm also not sure if the changes in the template break something else Given the following branch protection: ![branch_protection](https://github.com/go-gitea/gitea/assets/2401875/f871b4e4-138b-435a-b496-f9ad432e3dec) This was shown before the change: ![before](https://github.com/go-gitea/gitea/assets/2401875/60424ff0-ee09-4fa0-856e-64e6e3fb0612) With the change, it is now shown as this: ![after](https://github.com/go-gitea/gitea/assets/2401875/4e464142-efb1-4889-8166-eb3be26c8f3d) --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
12 months ago | |
---|---|---|
.. | ||
check.go | 1 year ago | |
check_test.go | 1 year ago | |
comment.go | 1 year ago | |
commit_status.go | 12 months ago | |
edits.go | 2 years ago | |
lfs.go | 1 year ago | |
main_test.go | 1 year ago | |
merge.go | 12 months ago | |
merge_ff_only.go | 12 months ago | |
merge_merge.go | 12 months ago | |
merge_prepare.go | 2 years ago | |
merge_rebase.go | 1 year ago | |
merge_squash.go | 1 year ago | |
merge_test.go | 2 years ago | |
patch.go | 1 year ago | |
patch_unmerged.go | 2 years ago | |
pull.go | 1 year ago | |
pull_test.go | 1 year ago | |
review.go | 1 year ago | |
temp_repo.go | 1 year ago | |
update.go | 2 years ago | |
update_rebase.go | 2 years ago |