Add TODO not about fixing issue creation index

This commit is contained in:
Anthony Wang 2023-01-01 18:46:42 +00:00
parent 58d937eb29
commit eabba0cf19
No known key found for this signature in database
GPG key ID: 42A5B952E6DD8D38

View file

@ -213,7 +213,7 @@ func createIssue(ctx context.Context, ticket *forgefed.Ticket) error {
return err
}
issue := &issues_model.Issue{
Index: idx, // This doesn't seem to work?
Index: idx, // TODO: This doesn't seem to work?
RepoID: repo.ID,
Repo: repo,
Title: ticket.Summary.String(),