Skip to content

Commit 46a8fcd

Browse files
authored
Automatically tag as nominated for T-compiler
1 parent 5a3abff commit 46a8fcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/publish_toolstate.py

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def issue(
6767
'''.format(relevant_pr_user, relevant_pr_number, tool, tool),
6868
'title': title,
6969
'assignees': assignees,
70+
'labels': ['T-compiler', 'I-nominated'],
7071
}),
7172
{
7273
'Authorization': 'token ' + github_token,

0 commit comments

Comments
 (0)