mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +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