Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Nov 25, 2022
1 parent a5bad48 commit 4e1f8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/archery/archery/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e1f8ce

Please sign in to comment.