about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-06-21 20:25:37 +0200
committerRalf Jung <post@ralfj.de>2019-06-21 20:25:37 +0200
commitecca52cac14c28af3584ea531e3f4e0a15dfca67 (patch)
tree486855e19b761807742518aa4e5978d381cef9d7
parente10012d037a124efd6cde026d3562f7bb7b1dbf6 (diff)
downloadrust-ecca52cac14c28af3584ea531e3f4e0a15dfca67.tar.gz
rust-ecca52cac14c28af3584ea531e3f4e0a15dfca67.zip
don't make PR author assignee; that break creating the issue when they are not a team member
-rwxr-xr-xsrc/tools/publish_toolstate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py
index 9f196a219cc..ae4c12a94ab 100755
--- a/src/tools/publish_toolstate.py
+++ b/src/tools/publish_toolstate.py
@@ -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: