diff --git a/run.py b/run.py index f5398d2..2699aa7 100644 --- a/run.py +++ b/run.py @@ -1032,7 +1032,7 @@ async def github(request): # We only accept this from people which are member/owner of the org/repo # https://docs.github.com/en/free-pro-team@latest/graphql/reference/enums#commentauthorassociation - if hook_infos["comment"]["author_association"] not in ["MEMBER", "OWNER", "COLLABORATOR"]: + if hook_infos["comment"]["author_association"] not in ["MEMBER", "OWNER", "COLLABORATOR", "CONTRIBUTOR"]: # Unauthorized abort(403, "Unauthorized")