File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# For now, Hans reviews everything
2- * @BakerNet
3- codeowners.toml @zbedforrest
2+ * @BakerNet @zbedforrest
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Code Ownership & Review Assignment Tool - GitHub CODEOWNERS but better
44
55[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/multimediallc/codeowners-plus )] ( https://goreportcard.com/report/github.com/multimediallc/codeowners-plus?kill_cache=1 )
66[ ![ Tests] ( https://github.com/multimediallc/codeowners-plus/actions/workflows/go.yml/badge.svg )] ( https://github.com/multimediallc/codeowners-plus/actions/workflows/go.yml )
7- ![ Coverage] ( https://img.shields.io/badge/Coverage-83.0 %25-brightgreen )
7+ ![ Coverage] ( https://img.shields.io/badge/Coverage-83.1 %25-brightgreen )
88[ ![ License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( https://opensource.org/licenses/BSD-3-Clause )
99[ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg )] ( CODE_OF_CONDUCT.md )
1010
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ func (gh *GHClient) approvals() []*github.PullRequestReview {
162162 if _ , ok := seen [userName ]; ok {
163163 // we only care about the most recent reviews for each user
164164 return false
165- } else {
165+ } else if approval . GetState () == "APPROVED" {
166166 seen [userName ] = true
167167 }
168168 return approval .GetState () == "APPROVED"
You can’t perform that action at this time.
0 commit comments