Merge pull request #6292 from lpessoa/lp-checks

feat: adding checks at GH PR view
This commit is contained in:
Nate Smith 2022-10-06 14:27:38 -05:00 committed by GitHub
commit 99e76a709f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 554 additions and 20 deletions

View file

@ -269,6 +269,7 @@ func (pr *PullRequest) ChecksStatus() (summary PullRequestChecksStatus) {
}
summary.Total++
}
return
}