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
Lunny Xiao 01c04607c7
Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882)
Fix #25858 

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">
2 years ago
..
actions Upgrade go dependencies (#25819) 2 years ago
activities Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
admin Replace `interface{}` with `any` (#25686) 2 years ago
asymkey Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
auth Upgrade go dependencies (#25819) 2 years ago
avatars
db Replace `interface{}` with `any` (#25686) 2 years ago
dbfs
fixtures Fix incorrect oldest sort in project list (#25806) 2 years ago
git Exclude default branch from pushed branch hint (#25795) 2 years ago
issues Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) 2 years ago
migrations Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
organization Remove unused code (#25734) 2 years ago
packages Test if container blob is accessible before mounting (#22759) 2 years ago
perm
project Fix incorrect oldest sort in project list (#25806) 2 years ago
pull
repo For API attachments, use API URL (#25639) 2 years ago
secret
shared/types
system Replace `interface{}` with `any` (#25686) 2 years ago
unit
unittest Replace `interface{}` with `any` (#25686) 2 years ago
user Fix inconsistent user profile layout across tabs (#25625) 2 years ago
webhook Replace `interface{}` with `any` (#25686) 2 years ago
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go