From 551104e47f705611f64cdf7afedf73c022607975 Mon Sep 17 00:00:00 2001 From: chenyifan01 Date: Mon, 25 Apr 2022 09:24:30 +0800 Subject: [PATCH] #1821 fix bug --- models/issue_comment.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/issue_comment.go b/models/issue_comment.go index ec9441bde..8197eba85 100755 --- a/models/issue_comment.go +++ b/models/issue_comment.go @@ -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