mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Improve diagnostics of upstreaming WPT changes.
This commit is contained in:
parent
fc4de5adf5
commit
462c272380
2 changed files with 9 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue