don't make PR author assignee; that break creating the issue when they are not a team member

This commit is contained in:
Ralf Jung 2019-06-21 20:25:37 +02:00
parent e10012d037
commit ecca52cac1

View file

@ -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: