Thanks to Lysandros Nikolaou (https://github.com/lysnikolaou), I just landed https://github.com/python/bedevere/commit/6ea143bfe46527fdf0f475ff858af50042d70d55 at the Bloomberg core dev sprints which should make noticing PRs to re-review much easier.
The outline is: 1. You, as a core dev, leave a review asking for changes 2. The PR author makes their changes and tells Bedevere "I have made the requested changes; please review again" (or uses the secret, funny phrase) 3. Bedevere will then re-request a review from the authors via GitHub's native mechanisms (i.e. same action as clicking the "Re-request review" button next to your review; it's the arrows in a circle icon) 4. The PR will then show up in your review queue at https://github.com/pulls/review-requested Before now you had to see the notification from Bedevere notifying you that the user believes their PR is ready for another review and you had to manually click the button to re-request your own review. Now you can rely on GitHub's review queue instead, making this part of our workflow less of a add-on and more integrated with GitHub overall. And because I just educated at least 3 people here at the Bloomberg sprints about how to easily find their PRs that they have in their review queue, there are links in the top black bar of GitHub for looking at issues and pull requests relevant to you. https://github.com/pulls will show you all your open pull requests and has a tab bar to also show you what PRs are assigned to you, mentioning you, or has a review request for you ( https://github.com/pulls/review-requested as mentioned before). There's a similar URL for issues at https://github.com/issues. And if you want to limit any of these views to just the Python organization, add "org:python" to the search that these views generate (you can also limit down to the repo).
_______________________________________________ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/O6BDEBDDXW3QUN6VP3DAPZK6LZWKR37J/ Code of Conduct: https://www.python.org/psf/codeofconduct/