diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-03-25 23:53:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-25 23:53:03 +0100 |
| commit | 5bccef5d867f3d6f9a717ded8f41cffb470cee3c (patch) | |
| tree | 2a9b4606aeb86612cb1362cc309b9eaa355a5d17 | |
| parent | 15359b0d578a2c84a3378b1612425e55bd2277b9 (diff) | |
| parent | 5884c9d08f865272bb8fa2f544795d1b08f8b347 (diff) | |
| download | rust-5bccef5d867f3d6f9a717ded8f41cffb470cee3c.tar.gz rust-5bccef5d867f3d6f9a717ded8f41cffb470cee3c.zip | |
Rollup merge of #70407 - spastorino:avoid-nomination-on-toolstate-breakage, r=Mark-Simulacrum
Avoid tagging as I-nominated on toolstate breakage r? @Mark-Simulacrum
| -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 b389cd0373c..6cc20a241ac 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -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( |
