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/services
Giteabot 39cc72562b
feat(action): issue change title notifications (#33050) (#33065)
Backport #33050 by appleboy

action file as below:

```yaml
name: Semantic Pull Request

on:
  pull_request_target:
    types: [edited]
```

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 months ago
..
actions feat(action): issue change title notifications (#33050) (#33065) 2 months ago
agit Add reviewers selection to new pull request (#32403) 4 months ago
asymkey Fix some pending problems (#29985) 11 months ago
attachment Include file extension checks in attachment API (#32151) 4 months ago
auth Backport 1.23 (#32868) 2 months ago
automerge Add new event commit status creation and webhook implementation (#27151) 4 months ago
context Make API "compare" accept commit IDs (#32801) 2 months ago
contexttest Check if reverse proxy is correctly configured (#30890) 10 months ago
convert Add more load functions to make sure the reference object loaded (#32901) (#32912) 2 months ago
cron Enable tenv and testifylint rules (#32852) 2 months ago
doctor Move team related functions to service layer (#32537) 3 months ago
externalaccount allow synchronizing user status from OAuth2 login providers (#31572) 7 months ago
feed Enable tenv and testifylint rules (#32852) 2 months ago
forms Issue time estimate, meaningful time tracking (#23113) 3 months ago
gitdiff Enable tenv and testifylint rules (#32852) 2 months ago
indexer Update issue indexer after merging a PR (#30715) 10 months ago
issue demilestone should not include milestone (#32923) (#32979) 2 months ago
lfs Fix LFS route mock, realm, middleware names (#32488) 3 months ago
mailer Support for email addresses containing uppercase characters when activating user account (#32998) (#33001) 2 months ago
markup Refactor markup render system (#32612) 3 months ago
migrations Remove aws go sdk package dependency (#33029) (#33047) 2 months ago
mirror Refactor push mirror find and add check for updating push mirror (#32539) 3 months ago
notify Add new event commit status creation and webhook implementation (#27151) 4 months ago
oauth2_provider Introduce OrgList and add LoadTeams, optimaze Load teams for orgs (#32543) 3 months ago
org Enable tenv and testifylint rules (#32852) 2 months ago
packages Fix Arch package metadata introduced incorrect field (#32881) (#32882) 2 months ago
projects Add issue comment when moving issues from one column to another of the project (#29311) 7 months ago
pull Fix duplicate co-author in squashed merge commit messages (#33020) (#33054) 2 months ago
release Enable tenv and testifylint rules (#32852) 2 months ago
repository Fix repo avatar conflict (#32958) (#32960) 2 months ago
secrets Refactor deletion (#28610) 1 year ago
task Fix "force private" logic (#31012) 9 months ago
uinotification Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
user Move team related functions to service layer (#32537) 3 months ago
webhook Add more load functions to make sure the reference object loaded (#32901) (#32912) 2 months ago
webtheme Initial support for colorblindness-friendly themes (#30625) 10 months ago
wiki Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (#31813) 6 months ago