Move assign project when creating pull request to the same database transaction (#36244)

This commit is contained in:
Lunny Xiao
2026-01-04 08:45:36 -08:00
committed by GitHub
parent 78ad28d052
commit 426bb491c0
3 changed files with 11 additions and 16 deletions
-7
View File
@@ -405,13 +405,6 @@ func (f *NewPackagistHookForm) Validate(req *http.Request, errs binding.Errors)
return middleware.Validate(errs, ctx.Data, f, ctx.Locale)
}
// .___
// | | ______ ________ __ ____
// | |/ ___// ___/ | \_/ __ \
// | |\___ \ \___ \| | /\ ___/
// |___/____ >____ >____/ \___ >
// \/ \/ \/
// CreateIssueForm form for creating issue
type CreateIssueForm struct {
Title string `binding:"Required;MaxSize(255)"`