Skip to content

Commit

Permalink
Add glittershark to the reviewer team
Browse files Browse the repository at this point in the history
Conservative interpretation of
#34 (comment).
  • Loading branch information
timokau committed Jul 6, 2020
1 parent f2d8478 commit 9c90cef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions marvin/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ async def control_function(gh: gh_aiohttp.GitHubAPI, token: str) -> bool:
Member(
gh_name="fgaz", request_allowed=active_prs_below_limit("fgaz", days=5, limit=7),
),
Member(
gh_name="glittershark",
request_allowed=active_prs_below_limit("glittershark", days=7, limit=2),
),
}


Expand Down

0 comments on commit 9c90cef

Please sign in to comment.