sympy / sympy-bot

GitHub bot for SymPy
https://github.com/sympy-bot
Other
22 stars 11 forks source link

Is it possible (or not to hard) to have the bot ping a github handle on a PR if it affects specific SymPy modules? #91

Open moorepants opened 3 years ago

moorepants commented 3 years ago

I'd like the bot to ping @sympy/mechanics on any PR that effects files in sympy.physics.vector or sympy.physics.mechanics.

moorepants commented 3 years ago

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).

moorepants commented 3 years ago

I found this: https://app.github-file-watcher.com/ which might fit my needs.

moorepants commented 3 years ago

There is also the Github CODEOWNERS file that may help. I opened this: https://github.com/sympy/sympy/pull/20130

asmeurer commented 3 years ago

I think CODEOWNERS does the job here. Is there anything that doesn't do that the bot should?

moorepants commented 3 years ago

I'd like to get an email notification, ideally.

asmeurer commented 3 years ago

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.

moorepants commented 3 years ago

Ok, I'll check that.