0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-10 15:12:19 +01:00
gitea/services/actions
Giteabot 39cc72562b
feat(action): issue change title notifications (#33050) (#33065)
Backport #33050 by appleboy

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: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-12-31 12:33:08 +00:00
..
auth_test.go
auth.go
cleanup.go
clear_tasks.go
commit_status.go
init_test.go
init.go
interface.go
job_emitter_test.go
job_emitter.go
notifier_helper.go
notifier.go feat(action): issue change title notifications (#33050) (#33065) 2024-12-31 12:33:08 +00:00
rerun_test.go
rerun.go
schedule_tasks.go
variables.go