diff options
| author | Ralf Jung <post@ralfj.de> | 2019-06-21 20:25:37 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-06-21 20:25:37 +0200 |
| commit | ecca52cac14c28af3584ea531e3f4e0a15dfca67 (patch) | |
| tree | 486855e19b761807742518aa4e5978d381cef9d7 | |
| parent | e10012d037a124efd6cde026d3562f7bb7b1dbf6 (diff) | |
| download | rust-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-x | src/tools/publish_toolstate.py | 1 |
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: |
