Files
Gitea/services/actions
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 <[email protected]>
Co-authored-by: Giteabot <[email protected]>
Co-authored-by: wxiaoguang <[email protected]>
2024-12-31 12:08:36 +00:00
..
2024-08-02 00:42:08 +00:00
2024-03-22 03:19:17 +00:00
2024-03-28 20:40:35 +00:00