mirror of https://github.com/go-gitea/gitea.git
- 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>
|
||
|---|---|---|
| .. | ||
| auth.go | ||
| auth_test.go | ||
| cleanup.go | ||
| clear_tasks.go | ||
| commit_status.go | ||
| init.go | ||
| init_test.go | ||
| interface.go | ||
| job_emitter.go | ||
| job_emitter_test.go | ||
| notifier.go | ||
| notifier_helper.go | ||
| rerun.go | ||
| rerun_test.go | ||
| schedule_tasks.go | ||
| variables.go | ||