def __init__(self, tags, *a, **kw):
     self._required_tags = tags
     GitHubStatus.__init__(self, *a, **kw)