publiclab / plots2

a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:
https://publiclab.org
GNU General Public License v3.0
959 stars 1.84k forks source link

Publiclab bot. #5237

Open harshithpabbati opened 5 years ago

harshithpabbati commented 5 years ago

Bot with features of claiming an issue from comments adding label's to the issue from comments (@publiclabbot claim , @publiclabbot add "bug") in this way. So that even the new contributers can even label the issues and claim the issue to them. We can even recieve the travis build updates it will label the issue as travis- updates. Link to the repo is https://github.com/harshithpabbati/publiclabbot But I am not as good at webhook's and that's the reason I can't implement it can someone help me in solving this. I tried to get it from the zulipbot link to it is https://github.com/zulip/zulipbot Can someone help me out !!! Thanks.

harshithpabbati commented 5 years ago

@publiclab/reviewers @jywarren @gauravano

CleverFool77 commented 5 years ago

HI @Harshithpabbati I guess There is a probot made by github for these features. We can use it for issue claiming, assigning issues, giving a timeline of 2 weeks to a assigned person and if that contributor didnt made WIP then the contributor would be unassigned. :thinking: :thinking: :thinking:

harshithpabbati commented 5 years ago

isn't it ????

harshithpabbati commented 5 years ago

Send me the link of it.

grvsachdeva commented 5 years ago

https://github.com/probot/probot

harshithpabbati commented 5 years ago

https://github.com/probot/probot

no I mean the bot similar to this. when we say @publiclabbot claim it should claim the issue and add and remove label.

CleverFool77 commented 5 years ago

https://github.com/probot/probot

no I mean the bot similar to this. when we say @PublicLabBot claim it should claim the issue and add and remove label.

Yes its possible in probot.. We can do @nameofbot claim. It can help in assigning issues to people. Probot's work is like zulipbot.. 🤔

ananya commented 5 years ago

https://github.com/rsarky/pro-claim here it is. There are a lot of bots here https://github.com/search?q=topic%3Aprobot-app&type=Repositories. We can combine the features of some into one and have our own bot.

grvsachdeva commented 5 years ago

If there's a single bot already there for all of our needs then it's great, we can just use that otherwise we can think of creating a bot of our own. What do you all think?

harshithpabbati commented 5 years ago

Yeah mostly things we need is labelling and assigning using comments

esposm03 commented 5 years ago

So, will we do this? If we do, I'd love to help!