Skip to content

Commit

Permalink
Rollup merge of #70407 - spastorino:avoid-nomination-on-toolstate-bre…
Browse files Browse the repository at this point in the history
…akage, r=Mark-Simulacrum

Avoid tagging as I-nominated on toolstate breakage

r? @Mark-Simulacrum
  • Loading branch information
Dylan-DPC committed Mar 25, 2020
2 parents 15359b0 + 5884c9d commit 5bccef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/publish_toolstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def issue(
)),
'title': '`{}` no longer builds after {}'.format(tool, relevant_pr_number),
'assignees': list(assignees),
'labels': ['T-compiler', 'I-nominated'],
})
print("Creating issue:\n{}".format(request))
response = urllib2.urlopen(urllib2.Request(
Expand Down

0 comments on commit 5bccef5

Please sign in to comment.