[MDBF-576] Add a way of generating a list of pull requests to look at. Created: 2023-07-11 Updated: 2023-08-11 Resolved: 2023-08-11 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Andrew Hutchings | Assignee: | Andrew Hutchings |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 2d | ||
| Original Estimate: | 2d | ||
| Description |
|
Feature request by greenman, we need a way to generate a list of pull requests which require attention. This should be configurable to show things such as X number of pull requests that have had the longest time since last response. It should also have an option to show Y number of new pull requests that have not had a response in Z days. There are likely more reports we will want to generate from this. |
| Comments |
| Comment by Andrew Hutchings [ 2023-08-11 ] |
|
Reporting script added here: https://github.com/MariaDB/metrics/blob/main/pull-requests/report.py Common code from get_prs.py broken out to be shared with this. |