Alex ([personal profile] alexbayleaf) wrote in [site community profile] dw_dev2014-11-20 09:40 am

github issues "claimed" bot

If I recall correctly, there's a bot that assigns github issues to people if they say "claimed" or similar in the issue comments.

Can someone point me to the code/setup/whatever for that bot?
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2014-11-19 11:13 pm (UTC)(link)
It's closely tied into the DW code, not a standalone, but the code is here:

https://github.com/dreamwidth/dw-nonfree/blob/develop/cgi-bin/DW/Controller/Interface/Github.pm

Note: for it to work, you'll need to have that person be part of a team on your Github repo. What this adds is the ability for someone who is a contributor *but doesn't have commit access* to assign themselves.