From 4e1f8ce953afe4fef4e65f6ec1be69d2776a72bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Fri, 25 Nov 2022 16:23:49 +0100 Subject: [PATCH] as --- dev/archery/archery/bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/archery/archery/bot.py b/dev/archery/archery/bot.py index 6a9b78cf16054..6ae68df0e8fac 100644 --- a/dev/archery/archery/bot.py +++ b/dev/archery/archery/bot.py @@ -91,6 +91,7 @@ def __init__(self, name, handler, token=None): self.name = name self.handler = handler self.github = github.Github(token) + # TODO(raulcd): testing def parse_command(self, payload): mention = '@{}'.format(self.name)