Open ameerthehacker opened 6 years ago
Keep us posted, sounds like a fun experiment
@gr2m I have started working on the NLP idea and have an experimental app to detect and label questions and post a reply to it. Do check it out here https://github.com/apps/question-tagger, You can experiment it here too https://github.com/ameerthehacker/probot-question-tagger-demo/issues
GitHubGitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 80 million projects.
GitHubprobot-question-tagger-demo - Demo github repository for question tagger probot app
Does it take into account global/repo labels or creates new ones based on a config file?
Hey @Berkmann18 currently there is no such configurations available throw config file. Yet feel free to contribute towards that!
So does only use the repo's labels or create one based on known/popular ones?
It creates one based on popular ones
Awesome.
I developed a proof of concept for labeling issues, among other things. Check it out: https://github.com/Glavin001/IssueBot#automatically-manage-issues 😃
GitHubAutomate Issue replies and organization. Contribute to Glavin001/IssueBot development by creating an account on GitHub.
Whenever someone creates an issue we can use NLP techniques to identify whether it is a question, enhancement, bug etc. Based on the sentiments we can also add labels whether it needs immediate attention or much more like that. I would like to work on this and can't wait to get myself started on this.