Skip to content

Commit ecca52c

Browse files
committed
don't make PR author assignee; that break creating the issue when they are not a team member
1 parent e10012d commit ecca52c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/publish_toolstate.py

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def issue(
7272
):
7373
# Open an issue about the toolstate failure.
7474
assignees = [x.strip() for x in maintainers.split('@') if x != '']
75-
assignees.append(relevant_pr_user)
7675
if status == 'test-fail':
7776
status_description = 'has failing tests'
7877
else:

0 commit comments

Comments
 (0)