[Python-Dev] any way to subscribe to bugs and PRs on a particular topic? (original) (raw)
Mariatta Wijaya mariatta at python.org
Tue Dec 4 14:46:12 EST 2018
- Previous message (by thread): [Python-Dev] any way to subscribe to bugs and PRs on a particular topic?
- Next message (by thread): [Python-Dev] any way to subscribe to bugs and PRs on a particular topic?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
For GitHub PRs, you can add yourself to CODEOWNERS file, so you will be automatically requested review if a PR contains changes to unittest.mock. (and you'll receive review-request notification) https://github.com/python/cpython/blob/master/.github/CODEOWNERS
When GitHub sends you review request notification email, it will cc review_requested at noreply.github.com, so you can create a filter based on that. ᐧ
On Tue, Dec 4, 2018 at 11:21 AM Chris Withers <chris at withers.org> wrote:
Hello,
I'd like to see if I can help with unittest.mock, but don't have a huge amount of bandwidth and can't even parse let alone process the whole firehose of bpo and GH PRs. Is there any way I can get bugs.python.org and github PRs to only tell me about things, preferably by email, that affect or involve unittest.mock? cheers, Chris
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/mariatta%40python.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20181204/51c8e999/attachment.html>
- Previous message (by thread): [Python-Dev] any way to subscribe to bugs and PRs on a particular topic?
- Next message (by thread): [Python-Dev] any way to subscribe to bugs and PRs on a particular topic?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]