Browse Source

#1821

fix bug
pull/2019/head
chenyifan01 3 years ago
parent
commit
551104e47f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      models/issue_comment.go

+ 2
- 2
models/issue_comment.go View File

@@ -48,8 +48,6 @@ const (
CommentTypePullRef
// Labels changed
CommentTypeLabel
// Ref changed
CommentTypeRef
// Milestone changed
CommentTypeMilestone
// Assignees changed
@@ -92,6 +90,8 @@ const (
CommentTypeReviewRequest
// merge pull request
CommentTypeMergePull
// Ref changed
CommentTypeRef
)

// CommentTag defines comment tag type


Loading…
Cancel
Save