We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e1a8ed + 8c2e0d3 commit 4b5471dCopy full SHA for 4b5471d
api/groups.go
@@ -161,10 +161,6 @@ func (f *RemoteGroupFetcher) FetchPRRApprovers() ([]string, error) {
161
result = append(result, config.Data[f.PRRApproversAlias]...)
162
// TODO: Figre out if we want to treat emeritus approvers differently.
163
result = append(result, config.Data[f.PRRApproversEmeritusAlias]...)
164
- // TODO(wojtekt): This is temporarily hack to ensure we can merge the PR,
165
- // because our testing is fetching approvers from head.
166
- // Get rid of it as soon as it merges :)
167
- result = append(result, "ehashman")
168
169
if len(result) == 0 {
170
return nil, errors.New("retrieved zero PRR approvers, which is unexpected")
0 commit comments