Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track review and author response latency #22

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pitaj
Copy link

@pitaj pitaj commented Jan 30, 2023

closes #17

This adds a custom query which looks through all PRs and uses the Events API to find when the S-waiting-on- label was last changed. This is much more API-intensive than any existing queries, since it has to perform a request for each page of PRs and then for every individual PR.

This methodology also relies on reviewers and authors to re-label the PR with the correct status label.

@pitaj pitaj marked this pull request as draft January 30, 2023 23:08
@pitaj pitaj marked this pull request as draft January 30, 2023 23:08
@pitaj
Copy link
Author

pitaj commented Jan 30, 2023

This introduces the ability to filter based on events. I can see that being useful for things other than labels changing, so I'd like to try to make this more generic. However, I'd like to know that this is of interest before continuing. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track review activity
1 participant