Title: [281722] trunk/Tools
Revision
281722
Author
[email protected]
Date
2021-08-27 14:24:39 -0700 (Fri, 27 Aug 2021)

Log Message

Add a new email address to contributors.json
https://bugs.webkit.org/show_bug.cgi?id=229628

Unreviewed.


* Scripts/webkitpy/common/config/contributors.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (281721 => 281722)


--- trunk/Tools/ChangeLog	2021-08-27 21:22:36 UTC (rev 281721)
+++ trunk/Tools/ChangeLog	2021-08-27 21:24:39 UTC (rev 281722)
@@ -1,3 +1,12 @@
+2021-08-27  Yijia Huang  <[email protected]>
+
+        Add a new email address to contributors.json
+        https://bugs.webkit.org/show_bug.cgi?id=229628
+
+        Unreviewed.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2021-08-27  Alex Christensen  <[email protected]>
 
         Separate PrivateClickMeasurement database from ResourceLoadStatistics database and add SPI to set its location

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (281721 => 281722)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2021-08-27 21:22:36 UTC (rev 281721)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2021-08-27 21:24:39 UTC (rev 281722)
@@ -5999,7 +5999,8 @@
    },
    "Yijia Huang" : {
       "emails" : [
-         "[email protected]"
+         "[email protected]",
+         "[email protected]"
       ],
       "nicks" : [
          "yijia"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to