We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10012d commit ecca52cCopy full SHA for ecca52c
src/tools/publish_toolstate.py
@@ -72,7 +72,6 @@ def issue(
72
):
73
# Open an issue about the toolstate failure.
74
assignees = [x.strip() for x in maintainers.split('@') if x != '']
75
- assignees.append(relevant_pr_user)
76
if status == 'test-fail':
77
status_description = 'has failing tests'
78
else:
0 commit comments