Skip to content

Commit

Permalink
github-pr-check: fix missing name
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 29, 2019
1 parent 456d77b commit 221fb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doghouse/server/doghouse.go
Expand Up @@ -87,6 +87,7 @@ func (ch *Checker) postCheck(ctx context.Context, checkID int64, checks []*revie
conclusion = ch.conclusion()
}
opt := github.UpdateCheckRunOptions{
Name: ch.checkName(),
Status: github.String("completed"),
Conclusion: github.String(conclusion),
CompletedAt: &github.Timestamp{Time: time.Now()},
Expand Down

0 comments on commit 221fb2e

Please sign in to comment.