Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py |
index 212453413352c96cde1c985a0212939d9583146b..599b48d83642e50753971ca43857e0c7bee360c5 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py |
@@ -98,6 +98,10 @@ class TestExporter(object): |
_log.info('Create PR response: %s', response_data) |
+ if response_data: |
+ data, status_code = self.wpt_github.add_label(response_data['number']) |
+ _log.info('Add label response (status %s): %s', status_code, data) |
+ |
def exportable_commits_since(self, commit): |
"""Returns SHAs of exportable commits since `commit` in chronological order. |