Support migrating GitHub/GitLab PR draft status ()

Resolve 

(cherry picked from commit 74664b08a004393ce013e872e47901f52645b65a)
This commit is contained in:
Zettat123 2024-10-14 03:58:13 +08:00 committed by Gergely Nagy
commit 89446e60a6
No known key found for this signature in database
4 changed files with 9 additions and 1 deletions
modules/migration

View file

@ -37,6 +37,7 @@ type PullRequest struct {
ForeignIndex int64
Context DownloaderContext `yaml:"-"`
EnsuredSafe bool `yaml:"ensured_safe"`
IsDraft bool `yaml:"is_draft"`
}
func (p *PullRequest) GetLocalIndex() int64 { return p.Number }