Skip to content

Commit

Permalink
Revert "Automatically tag as nominated for T-compiler"
Browse files Browse the repository at this point in the history
This reverts commit 46a8fcd.
  • Loading branch information
spastorino committed Mar 25, 2020
1 parent 3c1d9ad commit 5884c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/publish_toolstate.py
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 5884c9d

Please sign in to comment.