mirror of
https://github.com/go-gitea/gitea
synced 2025-02-03 00:47:46 +01:00
Moved "Pending" to first position
Signed-off-by: Jonas Franz <info@jonasfranz.software>
This commit is contained in:
parent
0f772d1bf4
commit
4ad563d66f
@ -16,14 +16,14 @@ type ReviewType int
|
|||||||
const ReviewTypeUnknown ReviewType = -1
|
const ReviewTypeUnknown ReviewType = -1
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
// ReviewTypePending is a review which is not published yet
|
||||||
|
ReviewTypePending ReviewType = iota
|
||||||
// ReviewTypeApprove approves changes
|
// ReviewTypeApprove approves changes
|
||||||
ReviewTypeApprove ReviewType = iota
|
ReviewTypeApprove
|
||||||
// ReviewTypeComment gives general feedback
|
// ReviewTypeComment gives general feedback
|
||||||
ReviewTypeComment
|
ReviewTypeComment
|
||||||
// ReviewTypeReject gives feedback blocking merge
|
// ReviewTypeReject gives feedback blocking merge
|
||||||
ReviewTypeReject
|
ReviewTypeReject
|
||||||
// ReviewTypePending is a review which is not published yet
|
|
||||||
ReviewTypePending
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Review represents collection of code comments giving feedback for a PR
|
// Review represents collection of code comments giving feedback for a PR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user