- 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]>