1
1
mirror of https://github.com/go-gitea/gitea synced 2025-02-10 00:34:46 +00:00
gitea/services
Bo-Yi Wu 6c89de494a
feat(action): issue change title notifications (#33050)
- Add `IssueChangeTitle` method to handle issue title changes
- Add `notifyIssueChangeWithTitleOrContent` method to generalize
notification handling for issue title or content changes

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: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-12-31 12:08:36 +00:00
..
2024-12-24 11:43:57 +08:00
2024-12-26 11:56:03 +08:00
2024-12-24 11:43:57 +08:00
2024-12-29 01:05:56 +00:00
2023-12-25 21:25:29 +01:00
2024-05-20 00:56:45 +00:00
2024-12-30 01:25:49 +08:00