0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-14 19:13:01 +01:00
gitea/services/actions
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
..
auth_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
auth.go
cleanup.go
clear_tasks.go
commit_status.go
init_test.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 2024-12-23 09:59:16 +00:00
init.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 2024-12-23 09:59:16 +00:00
interface.go
job_emitter_test.go
job_emitter.go
notifier_helper.go
notifier.go feat(action): issue change title notifications (#33050) 2024-12-31 12:08:36 +00:00
rerun_test.go
rerun.go
schedule_tasks.go
variables.go