aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-17 13:17:44 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-17 13:17:44 +0100
commit218d460590a29fe84b94c024712a095e5f82f917 (patch)
tree512809ad930cf80f222a75c07bb19c25663aa5ca /bridge
parentafd22acd5ddb6c92e77b7660ef7ee65f4192d7ae (diff)
downloadgit-bug-218d460590a29fe84b94c024712a095e5f82f917.tar.gz
webui: style SetStatus
Diffstat (limited to 'bridge')
-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 ea0ccba3..f7840217 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{