Closed Okabe-Junya closed 4 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Okabe-Junya Once this PR has been reviewed and has the lgtm label, please assign cjwagner for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Name | Link |
---|---|
Latest commit | efa0c90d8053042b22b95d7fe8ec17411bcf7e48 |
Latest deploy log | https://app.netlify.com/sites/k8s-prow/deploys/6686e74ac96b240008b403b0 |
Deploy Preview | https://deploy-preview-206--k8s-prow.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/assign droslean
/label tide/merge-method-squash
@Okabe-Junya Is this the fix for https://github.com/kubernetes-sigs/prow/issues/204 ?
@droslean
It's not certain, but since this code clearly contains a bug, I think it's a good to move this PR forward.
ref. https://github.com/kubernetes-sigs/prow/issues/204#issuecomment-2209429428
@Okabe-Junya It would be better to revert the whole feature and you can open another PR to re-introduce it with the fix as well.
/hold
Ok, closing this PR and create another one
/close
@Okabe-Junya: Closed this PR.
this PR is following up to #164
Bug Description
ListTeamMembersBySlug
function requiresorg
andteamSlug
as arguments, but I mistakenly passed org and login as arguments.Meaning, I was passing arguments like
kubernetes, kubernetes/sig-misc-approvers
- The correct arguments arekubernetes, sig-misc-approvers
Change List
login
into org and teamSlug before passing them to the function