Title: [293527] trunk/Tools
- Revision
- 293527
- Author
- [email protected]
- Date
- 2022-04-27 12:09:37 -0700 (Wed, 27 Apr 2022)
Log Message
[ews-build.webkit.org] Support alternative remotes (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=239617
<rdar://problem/92115230>
Unreviewed follow-up fix.
* Tools/CISupport/ews-build/events.py:
(GitHubEventHandlerNoEdits.extractProperties):
Modified Paths
Diff
Modified: trunk/Tools/CISupport/ews-build/events.py (293526 => 293527)
--- trunk/Tools/CISupport/ews-build/events.py 2022-04-27 19:07:11 UTC (rev 293526)
+++ trunk/Tools/CISupport/ews-build/events.py 2022-04-27 19:09:37 UTC (rev 293527)
@@ -364,7 +364,7 @@
def extractProperties(self, payload):
result = super(GitHubEventHandlerNoEdits, self).extractProperties(payload)
- if payload.get('repository', {}).get('full_name') not in self.PUBLIC_REPOS:
+ if payload.get('base', {}).get('repo', {}).get('full_name') not in self.PUBLIC_REPOS:
for field in self.SENSATIVE_FIELDS:
if field in result:
del result[field]
Modified: trunk/Tools/ChangeLog (293526 => 293527)
--- trunk/Tools/ChangeLog 2022-04-27 19:07:11 UTC (rev 293526)
+++ trunk/Tools/ChangeLog 2022-04-27 19:09:37 UTC (rev 293527)
@@ -1,3 +1,14 @@
+2022-04-27 Jonathan Bedard <[email protected]>
+
+ [ews-build.webkit.org] Support alternative remotes (Follow-up fix)
+ https://bugs.webkit.org/show_bug.cgi?id=239617
+ <rdar://problem/92115230>
+
+ Unreviewed follow-up fix.
+
+ * CISupport/ews-build/events.py:
+ (GitHubEventHandlerNoEdits.extractProperties):
+
2022-04-27 Aditya Keerthi <[email protected]>
[iOS] Focus changes unexpectedly when scrolling to a found text range
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes