-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Move to certain category if a keyword is met #649
Comments
What type of rules should it implement? Should it just be a straight “is the keyword present” check? For example: If “partner” is present, will “partnership” and “partners” be matched? If so:
If not, then we need to introduce word boundaries: here’s three ways we can do that:
Apart from the previous, should multiple keywords all present, and/or any of the multiple keywords be present, be a feature?
|
This issue is stale because it has been open for 100 days with no activity. Remove stale label or comment or this will be closed in 5 days. Please do not un-stale this issue unless it carries significant contribution. |
I suggest that there should be a command where you can specify a key word and specify what category the thread will move to if the key word is met. For example if someone started a thread saying “I would like to partner”, or “partner?” It would go to the partner category automatically.
edit: I also think it would be a good idea if the key word is met and once it’s moved to the category a certain role would be mentioned (which the user has set up)
The text was updated successfully, but these errors were encountered: