0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-30 03:17:23 +02:00
This commit is contained in:
wxiaoguang 2026-02-22 14:02:59 +08:00
parent ae570b59cb
commit f5c0385ad1

View File

@ -238,7 +238,7 @@ type SpecialDoerNameType string
const (
SpecialDoerNameCodeOwners SpecialDoerNameType = "CODEOWNERS"
SpecialDoerNameProjectWorkflow SpecialDoerNameType = "PROJECT_WORKFLOW"
SpecialDoerNameProjectWorkflow SpecialDoerNameType = "ProjectWorkflow"
)
// CommentMetaData stores metadata for a comment, these data will not be changed once inserted into database