Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

include stats of reviewers? #336

Closed
todo bot opened this issue Mar 1, 2021 · 7 comments
Closed

include stats of reviewers? #336

todo bot opened this issue Mar 1, 2021 · 7 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. todo 🗒️ triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@todo
Copy link

todo bot commented Mar 1, 2021

# TODO: include stats of reviewers?
# reviewers = [pr["reviews"][r]["author"] for r in pr["reviews"]]
review_times = [int(pr["reviews"][r]["submitted_at"]) for r in pr["reviews"]]
ttfr = min(review_times) - created_at if review_times else None
reviews = [r for r in pr["reviews"].values()]


This issue was generated by todo based on a TODO comment in 10075a5 when #332 was merged. cc @xtuchyna.
@todo todo bot added the todo 🗒️ label Mar 1, 2021
@todo todo bot assigned xtuchyna Mar 1, 2021
@sesheta
Copy link
Member

sesheta commented May 30, 2021

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@sesheta sesheta added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 30, 2021
@xtuchyna
Copy link
Member

/remove-lifecycle stale

@sesheta sesheta removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 31, 2021
@goern
Copy link
Member

goern commented Jun 15, 2021

/triage needs-information

@sesheta sesheta added the triage/needs-information Indicates an issue needs more information in order to work on it. label Jun 15, 2021
@goern
Copy link
Member

goern commented Jun 22, 2021

/assign @xtuchyna

D, please feed back with the OSPO team if they are interested in this metric/aggragation

@goern
Copy link
Member

goern commented Jul 8, 2021

/kind feature

@sesheta sesheta added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 8, 2021
@sesheta
Copy link
Member

sesheta commented Aug 7, 2021

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

/close

@sesheta sesheta closed this as completed Aug 7, 2021
@sesheta
Copy link
Member

sesheta commented Aug 7, 2021

@sesheta: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Categorizes issue or PR as related to a new feature. todo 🗒️ triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

3 participants