mod: update taskwarrior time conversion
This commit is contained in:
@@ -69,6 +69,8 @@ func (project *Project) fetch() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// NOTE: currently push does not support the generation of new issues or
|
||||
// milestones which have been created locally only
|
||||
func (project *Project) Push(dry_run bool) error {
|
||||
if err := project.fetch(); err != nil {
|
||||
return err
|
||||
@@ -298,7 +300,6 @@ func (project *Project) merge(dry_run bool) error {
|
||||
|
||||
tasks = nil // NOTE: reset tasks after successfully updating the issues
|
||||
|
||||
// TODO: merge milestones
|
||||
for _, milestone := range project.milestones {
|
||||
filter.Reset()
|
||||
filter.IncludeProjects(project.repository.Name)
|
||||
|
||||
Reference in New Issue
Block a user