diff --git a/githubtasksutils.go b/githubtasksutils.go index 5c1be540..8d25f3cc 100644 --- a/githubtasksutils.go +++ b/githubtasksutils.go @@ -35,7 +35,7 @@ func (s *Server) validateIntegrity(ctx context.Context) error { } if !activeTask { - s.RaiseIssue(ctx, "Task Issue", fmt.Sprintf("%v of %v has no active tasks", project.GetName(), milestone.GetName()), false) + s.RaiseIssue(ctx, "Task Issue", fmt.Sprintf("%v of %v for %v has no active tasks", project.GetName(), milestone.GetName(), milestone.GetGithubProject()), false) } } }