forgejo/models/issues
Lunny Xiao 666038a06d
Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158)
Fix #25858
Backport #25882 

The option `dissmiss stale approvals` was listed on protected branch but
never implemented. This PR fixes that.

<img width="1006" alt="图片"

src="https://github.com/go-gitea/gitea/assets/81045/60bfa968-4db7-4c24-b8be-2e5978f91bb9">

<img width="1021" alt="图片"

src="https://github.com/go-gitea/gitea/assets/81045/8dabc14d-2dfe-40c2-94ed-24fcbf6e0e8f">
2023-07-27 10:36:54 +08:00
..
assignees.go
assignees_test.go
comment.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
comment_code.go Show outdated comments in files changed tab (#24936) (#25428) 2023-06-22 08:34:42 +00:00
comment_list.go
comment_test.go Show outdated comments in files changed tab (#24936) (#25428) 2023-06-22 08:34:42 +00:00
content_history.go
content_history_test.go
dependency.go
dependency_test.go
issue.go Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) 2023-07-27 10:36:54 +08:00
issue_index.go
issue_label.go
issue_list.go Improve loadprojects for issue list (#25468) (#25493) 2023-06-26 02:06:58 +00:00
issue_list_test.go Fix empty project displayed in issue sidebar (#25802) (#25854) 2023-07-12 19:07:03 +02:00
issue_lock.go
issue_project.go Fix empty project displayed in issue sidebar (#25802) (#25854) 2023-07-12 19:07:03 +02:00
issue_search.go
issue_stats.go
issue_test.go Fix empty project displayed in issue sidebar (#25802) (#25854) 2023-07-12 19:07:03 +02:00
issue_update.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go
label.go
label_test.go
main_test.go
milestone.go
milestone_test.go
pull.go Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) 2023-07-27 10:36:54 +08:00
pull_list.go
pull_test.go
reaction.go
reaction_test.go
review.go Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) 2023-07-27 10:36:54 +08:00
review_list.go Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) 2023-07-27 10:36:54 +08:00
review_test.go Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) 2023-07-27 10:36:54 +08:00
stopwatch.go
stopwatch_test.go
tracked_time.go
tracked_time_test.go