diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-12-18 16:30:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-18 16:30:40 +0100 |
| commit | 46a8fcdf3cf0eb64b5ac70b4847f1facbdd12be1 (patch) | |
| tree | 6eaa284fcece67010dcd90e89869da1a78a3ae7e | |
| parent | 5a3abffc77f11aa66b75874b446fbbf257758f91 (diff) | |
| download | rust-46a8fcdf3cf0eb64b5ac70b4847f1facbdd12be1.tar.gz rust-46a8fcdf3cf0eb64b5ac70b4847f1facbdd12be1.zip | |
Automatically tag as nominated for T-compiler
| -rwxr-xr-x | src/tools/publish_toolstate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index b863b9dde0d..c05cd912991 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -67,6 +67,7 @@ def issue( '''.format(relevant_pr_user, relevant_pr_number, tool, tool), 'title': title, 'assignees': assignees, + 'labels': ['T-compiler', 'I-nominated'], }), { 'Authorization': 'token ' + github_token, |
