Skip to content

Commit

Permalink
Remove testing exception
Browse files Browse the repository at this point in the history
  • Loading branch information
trodge committed Aug 22, 2024
1 parent fa47374 commit 3fd6ba7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/magician/github/membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ func IsCoreContributor(user string) bool {
}

func IsCoreReviewer(user string) bool {
// TESTING PURPOSES
if user == "trodge" {
return false
}
_, isCoreReviewer := reviewerRotation[user]
return isCoreReviewer
}
Expand Down

0 comments on commit 3fd6ba7

Please sign in to comment.