diff options
author | Gusted <williamzijl7@hotmail.com> | 2021-11-19 09:54:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 17:54:31 +0800 |
commit | 381e131fc8d1a3d93002dfbbf853d9d4aab2c547 (patch) | |
tree | 941bd7b8682d7fc9d1818a786ec507ac54206ec2 /models/issue_comment.go | |
parent | 00448ebe9184ccfe9e2fd7f48f9b266ae91d6415 (diff) | |
download | gitea-381e131fc8d1a3d93002dfbbf853d9d4aab2c547.tar.gz gitea-381e131fc8d1a3d93002dfbbf853d9d4aab2c547.zip |
Added comment for changing issue ref (#17672)
* Added comment for changing issue ref
- Add a comment when someone changes the ref(erence?) of a issue.
Diffstat (limited to 'models/issue_comment.go')
-rw-r--r-- | models/issue_comment.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/models/issue_comment.go b/models/issue_comment.go index a41f4cb298..1936695732 100644 --- a/models/issue_comment.go +++ b/models/issue_comment.go @@ -101,8 +101,10 @@ const ( CommentTypeProject // 31 Project board changed CommentTypeProjectBoard - // Dismiss Review + // 32 Dismiss Review CommentTypeDismissReview + // 33 Change issue ref + CommentTypeChangeIssueRef ) // RoleDescriptor defines comment tag type |