84b59e5 pagure_bot: make comment parsing more reliable

Authored and Committed by kparal 3 years ago
    pagure_bot: make comment parsing more reliable
    
    'self.tracker in keyword' was a poor approach, even though it works with our
    current keywords.
    
    The author of this line:
      self.outcome = keyword[7:15]  # eh...
    deserves some self-flagellation excercise.
    
    Related: https://pagure.io/fedora-qa/blockerbugs/pull-request/163
    
        
file modified
+50 -24
file modified
+34 -1