mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
Merge pull request #726 from MichaelMure/rng-dynamics/fix-push-pull-bug-duplication
Fix: github bridge: push then pull without duplication
This commit is contained in:
commit
8fefcbd58e
@ -184,7 +184,7 @@ func (gi *githubImporter) ensureIssue(ctx context.Context, repo *cache.RepoCache
|
||||
|
||||
// resolve bug
|
||||
b, err := repo.ResolveBugMatcher(func(excerpt *cache.BugExcerpt) bool {
|
||||
return excerpt.CreateMetadata[core.MetaKeyOrigin] == target &&
|
||||
return excerpt.CreateMetadata[metaKeyGithubUrl] == issue.Url.String() &&
|
||||
excerpt.CreateMetadata[metaKeyGithubId] == parseId(issue.Id)
|
||||
})
|
||||
if err == nil {
|
||||
|
Loading…
Reference in New Issue
Block a user