sympy-bot
sympy-bot copied to clipboard
Is it possible (or not to hard) to have the bot ping a github handle on a PR if it affects specific SymPy modules?
I'd like the bot to ping @sympy/mechanics on any PR that effects files in sympy.physics.vector or sympy.physics.mechanics.
I really can't keep up with the notifcations in github, and really just want to be informed of changes in some sympy modules (probably physics.continuum_mechanics, control, and others I've helped with).
I found this: https://app.github-file-watcher.com/ which might fit my needs.
There is also the Github CODEOWNERS file that may help. I opened this: https://github.com/sympy/sympy/pull/20130
I think CODEOWNERS does the job here. Is there anything that doesn't do that the bot should?
I'd like to get an email notification, ideally.
Does CODEOWNERS not do that? I haven't used it before, but if all it does is request a review, it should send a notification, assuming you have notifications enabled for review requests.
Ok, I'll check that.