[Enhancement] Expand Pull Request labels for code review
Invidious currently has a lot of PRs and sorting through them to find which ones needs a review is a bit annoying.
I think it might be useful to add a couple more pull-request labels for pull-requests in the code review phase, to allow finding ones that needs to be reviewed easier, and ones that don't.
There's currently only a single one and that's need-code-review which is only used to mark PRs that haven't been reviewed yet.
So here's some new ones that I think we can add:
-
stage: code-reviewmarks a PR as being in the code-review stage and helps signify to contributors that their pull request hasn't been ignored. -
awaiting review(or simply tacked ontoneed-code-review) to mark PRs that needs to be reviewed after some changes were made -
awaiting authorA review has been made and changes has been requested -
ongoing discussionAn on-going discussion on some implementation detail that needs to be resolved before the PR can progress further
Good for me!
Good for me too.