]> source.dussan.org Git - gitea.git/commit
Implement some action notifier functions (#29173)
authoryp05327 <576951401@qq.com>
Sun, 18 Feb 2024 10:58:46 +0000 (19:58 +0900)
committerGitHub <noreply@github.com>
Sun, 18 Feb 2024 10:58:46 +0000 (10:58 +0000)
commit1a6e1cbada27db1e3327b0d7d331492c95e24759
treef508bb8ab68451d1293e1180ff0e9e164d6c8816
parent67adc5c1dc3470dab96053c2e77351f3a3f8062b
Implement some action notifier functions (#29173)

Fix #29166

Add support for the following activity types of `pull_request`
- assigned
- unassigned
- review_requested
- review_request_removed
- milestoned
- demilestoned
modules/actions/github.go
modules/actions/workflows.go
services/actions/notifier.go