Alex (
alexbayleaf) wrote in
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?
Can someone point me to the code/setup/whatever for that bot?

no subject
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.
no subject
Hmm, thanks! Looks like if we wanted something similar we'd have to write our own.
no subject
Yeah probably! It was meant to be a one-off script, but then it grew... so one of those.
Still, feel free to grab whatever is useful, if any.
no subject
no subject
Yup! But as a reference implementation it's good.
(also if there's no need for the labelling stuff it's pretty straightforward)
no subject