-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Comments
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: sympy/sympy#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. |
I'd like the bot to ping @sympy/mechanics on any PR that effects files in sympy.physics.vector or sympy.physics.mechanics.
The text was updated successfully, but these errors were encountered: