Improve diagnostics of upstreaming WPT changes.

This commit is contained in:
Josh Matthews 2017-10-06 18:28:46 -04:00
parent fc4de5adf5
commit 462c272380
2 changed files with 9 additions and 0 deletions

View file

@ -339,6 +339,7 @@ class PRAddComment(Step):
"""Add an issue comment indicating that the code has been reviewed already"""
def create(self, state):
state.pr.issue.add_comment("Code reviewed upstream.")
state.pr.issue.add_label("servo-export")
class MergePR(Step):