]> git.lizzy.rs Git - rust.git/commitdiff
Automatically tag as nominated for T-compiler
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Tue, 18 Dec 2018 15:30:40 +0000 (16:30 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 15:30:40 +0000 (16:30 +0100)
src/tools/publish_toolstate.py

index b863b9dde0d790d45a4fc5f18c339433c5b741e4..c05cd912991ca9c8c4867de40e40118e395c7f9a 100755 (executable)
@@ -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,