mirror of
https://gitee.com/gitea/gitea
synced 2026-01-04 22:55:47 +08:00
finish PR UI
This commit is contained in:
@@ -857,6 +857,7 @@ type PullRepo struct {
|
||||
MergeBase string `xorm:"VARCHAR(40)"`
|
||||
Type PullRequestType
|
||||
CanAutoMerge bool
|
||||
HasMerged bool
|
||||
}
|
||||
|
||||
func (pr *PullRepo) AfterSet(colName string, _ xorm.Cell) {
|
||||
|
||||
Reference in New Issue
Block a user