don't make PR author assignee; that break creating the issue when they are not a team member
This commit is contained in:
parent
e10012d037
commit
ecca52cac1
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue