mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-04 16:56:45 +00:00
Implement "conversation lock" for issue comments (#5073)
This commit is contained in:
@@ -80,6 +80,10 @@ const (
|
||||
CommentTypeCode
|
||||
// Reviews a pull request by giving general feedback
|
||||
CommentTypeReview
|
||||
// Lock an issue, giving only collaborators access
|
||||
CommentTypeLock
|
||||
// Unlocks a previously locked issue
|
||||
CommentTypeUnlock
|
||||
)
|
||||
|
||||
// CommentTag defines comment tag type
|
||||
|
Reference in New Issue
Block a user