This sort of question belongs on core-workflow. BTW, please don't open draft PRs for CPython. They are very distracting. It's best to only send a PR to CPython when you're ready to review it. Otherwise you should be able to check the CI via GitHub Actions on your own fork before sending it out for review.
On Fri, Jun 5, 2020 at 10:11 AM Ram Rachum <[email protected]> wrote: > Hi guys, > > I'm not sure whether this is the right mailing list for this, because it's > more for the Python development process on GitHub than Python itself. If > this belongs somewhere else, let me know. > > When you open a PR to CPython, it would be cool if there was an option to > get email notifications on whether the tests fail or succeeded. For > example, I may open a PR as a draft, and only after I get notification on > success, mark it as "Ready for review". > > Right now I just poll it manually, which is annoying. > > What do you think? > _______________________________________________ > Python-ideas mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-ideas.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/6EUZYFIZH5KSGU7TR67K5LB6JCBTVWMR/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/MZBGMY4ITA67236YKAVWGXZYTA2UV6M2/ Code of Conduct: http://python.org/psf/codeofconduct/
