I believe this warning is unneeded and makes it harder to debug. But if needed can change back.
Instead of hard-coding 'red-user' can you get the value from config? It should already be there.
'red-user'
You might be able to condense this with using sorted(....)[0] or results.sort(...); results[0]. WDYT? Worth condensing it?
sorted(....)[0]
results.sort(...); results[0]
1 new commit added
Removing hard-coded user in comment parsing, now pull from config dict
condenced function to find recently updated issue in matching
3 new commits added
issue matching will always return a value now
Pull-Request has been merged by ralph