gitea/services
yp05327 5a7ab86b98
Avoid run change title process when the title is same ()
If user only changed the target branch or just did nothing and clicked
the `Save` button, you will see the change log as following:

![image](https://github.com/go-gitea/gitea/assets/18380374/d30927dd-9227-4653-8fac-b890ef0b3f88)

This makes no sense, so we should check whether the title is surely
changed before run the `ChangeTitle`.
..
actions Make Actions tasks/jobs timeouts configurable by the user ()
agit Move notification interface to services layer ()
asymkey make writing main test easier ()
attachment Even more `db.DefaultContext` refactor ()
auth Fix ldap admin privileges update bug ()
automerge Improve queue and logger context ()
context Another round of `db.DefaultContext` refactor ()
convert Even more `db.DefaultContext` refactor ()
cron More `db.DefaultContext` refactor ()
externalaccount More `db.DefaultContext` refactor ()
feed More `db.DefaultContext` refactor ()
forms Add support for forking single branch ()
gitdiff Even more `db.DefaultContext` refactor ()
indexer Update status and code index after changing the default branch ()
issue Avoid run change title process when the title is same ()
lfs Bump github.com/golang-jwt/jwt to v5 ()
mailer Even more `db.DefaultContext` refactor ()
markup make writing main test easier ()
migrations Even more `db.DefaultContext` refactor ()
mirror Even more `db.DefaultContext` refactor ()
notify Update status and code index after changing the default branch ()
org make writing main test easier ()
packages Another round of `db.DefaultContext` refactor ()
pull Remove redundant `len` check around loop ()
release Even more `db.DefaultContext` refactor ()
repository Even more `db.DefaultContext` refactor ()
secrets Refactor secrets modification logic ()
task Fix unexpected context canceled when migrating repository ()
uinotification More `db.DefaultContext` refactor ()
user Even more `db.DefaultContext` refactor ()
webhook make writing main test easier ()
wiki Even more `db.DefaultContext` refactor ()