Skip to content

Commit

Permalink
don't make PR author assignee; that break creating the issue when the…
Browse files Browse the repository at this point in the history
…y are not a team member
  • Loading branch information
RalfJung committed Jun 21, 2019
1 parent e10012d commit ecca52c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/publish_toolstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def issue(
):
# Open an issue about the toolstate failure.
assignees = [x.strip() for x in maintainers.split('@') if x != '']
assignees.append(relevant_pr_user)
if status == 'test-fail':
status_description = 'has failing tests'
else:
Expand Down

0 comments on commit ecca52c

Please sign in to comment.