-
-
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
Automatic tagging and assigning of Pull Requests and Issues #65
Comments
Adding a tag based on the release notes modules would be easy. Beyond that, how would it know what labels to add to an issue or pull request? |
One way can be to check which module's code is changed, may be, by checking the diff on github. Is that possible? |
Yes, though that likely won't give more information than the release notes entry for most pull requests. |
Yes, but that will be definite as compared to release notes entries, which are sometimes wrong, especially with new contributors. |
I don't know if this is feasible, however, I would still like the sympy-bot to tag the PRs with labels, at least related to the module mentioned in the release notes. This would help the new contributors to help in improving sympy by finding the PRs and Issues of the module that interests them.
In addition it would be great to automatically assign an issue to someone by using commands like,
Ping
, etc.This will also reduce a lot of work load on members of the organization.
P.S. - I observed that zulip-bot is capable of doing the above.
The text was updated successfully, but these errors were encountered: