aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-23 14:49:09 +0100
committerGitHub <noreply@github.com>2020-02-23 14:49:09 +0100
commitf87d63b3c656f6efba3c62c121f66e513ca3efea (patch)
tree368886eb57bab83c76f73b3b7b0238b483733a30 /bridge/github/import.go
parent4559af5e71a2d6d1c53329e565d101c3eadacf6e (diff)
parentf96484391ae817a18f503b5c31cd3bd2211553df (diff)
downloadgit-bug-f87d63b3c656f6efba3c62c121f66e513ca3efea.tar.gz
Merge pull request #331 from MichaelMure/webui/mutations
Webui: add comments
Diffstat (limited to 'bridge/github/import.go')
-rw-r--r--bridge/github/import.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/github/import.go b/bridge/github/import.go
index b30be73a..e80b9cfd 100644
--- a/bridge/github/import.go
+++ b/bridge/github/import.go
@@ -161,7 +161,7 @@ func (gi *githubImporter) ensureIssue(repo *cache.RepoCache, issue issueTimeline
b, _, err = repo.NewBugRaw(
author,
issue.CreatedAt.Unix(),
- issue.Title,
+ issue.Title, // TODO: this is the *current* title, not the original one
cleanText,
nil,
map[string]string{