Skip to content

Commit 46a9586

Browse files
committed
[ews] Add Apple internal visionOS queue
https://bugs.webkit.org/show_bug.cgi?id=297619 rdar://158715187 Reviewed by Ryan Haddad. * Tools/CISupport/ews-app/ews/common/github.py: (GitHubEWS): Canonical link: https://commits.webkit.org/298962@main
1 parent e6bb7d0 commit 46a9586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/CISupport/ews-app/ews/common/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def update_pr_description_with_status_bubble(self, pr_number, ews_comment, repos
197197

198198

199199
class GitHubEWS(GitHub):
200-
APPLE_INTERNAL_QUEUES = ['ios-apple', 'mac-apple']
200+
APPLE_INTERNAL_QUEUES = ['ios-apple', 'mac-apple', 'vision-apple']
201201
APPLE_INTERNAL_BUILDS_TITLE = 'Apple Internal'
202202
ICON_BUILD_PASS = u'\U00002705'
203203
ICON_BUILD_FAIL = u'\U0000274C'

0 commit comments

Comments
 (0)