Improve notifications for WIP draft PR's (#14663)
* #14559 Reduce amount of email notifications for WIP draft PR's don't notify repo watchers of WIP draft PR's * #13190 Notification when WIP Pull Request is ready for review * Send email notification to repo watchers when WIP PR is created * Send ui notification to repo watchers when WIP PR is created * send specific email notification when PR is marked ready for review instead of reusing the CreatePullRequest action * Fix lint error Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
66f8da538a
commit
17030ced75
8 changed files with 97 additions and 43 deletions
|
@ -51,6 +51,8 @@
|
|||
<b>@{{.Doer.Name}}</b> commented on this pull request.
|
||||
{{else if eq .ActionName "review_dismissed"}}
|
||||
<b>@{{.Doer.Name}}</b> dismissed last review from {{.Comment.Review.Reviewer.Name}} for this pull request.
|
||||
{{else if eq .ActionName "ready_for_review"}}
|
||||
<b>@{{.Doer.Name}}</b> marked this pull request ready for review.
|
||||
{{end}}
|
||||
|
||||
{{- if eq .Body ""}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue