mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-20 14:00:04 +02:00
Add ActionCommentPull action (#9456)
* Add ActionCommentPull action Adds ActionCommentPull action to distinguish between a comment on an issue and on a pull request * Update modules/notification/action/action.go Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
875d6b2f8e
commit
1df701fd1a
9 changed files with 18 additions and 9 deletions
|
@ -50,6 +50,7 @@ const (
|
|||
ActionMirrorSyncDelete // 20
|
||||
ActionApprovePullRequest // 21
|
||||
ActionRejectPullRequest // 22
|
||||
ActionCommentPull // 23
|
||||
)
|
||||
|
||||
// Action represents user operation type and other information to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue