Automatic notification when your PR test fails or succeeds
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?
I don't think this is the right mailing list (core workflow on discuss.python.org would be more suitable IMHO), other than that you are already able to do such a thing for github actions of your own PRs. If you enable a particular setting, you will get fail notifications for actions you've triggered. On Fri, Jun 5, 2020, 8:13 PM Ram Rachum <ram@rachum.com> 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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/6EUZYF... Code of Conduct: http://python.org/psf/codeofconduct/
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 <ram@rachum.com> 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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/6EUZYF... Code of Conduct: http://python.org/psf/codeofconduct/
participants (3)
-
Batuhan Taskaya -
Brett Cannon -
Ram Rachum