Skip to content

Commit a84d600

Browse files
committed
Adding config for SafariDriver in label commenter
[skip ci]
1 parent 247abe7 commit a84d600

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/label-commenter-config.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,26 @@ labels:
7979
issue:
8080
body: |
8181
Hi, @{{ issue.user.login }}.
82-
This issue has been determined to require fixes in [MSEdgeDriver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/).
82+
This issue has been determined to require fixes in [MSEdgeDriver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/)
83+
or in the IE Mode in Edge.
8384
8485
You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests).
8586
8687
If it is something new, please [create an Issue](https://github.com/MicrosoftEdge/EdgeWebDriver/issues/new) with the MSEdgeDriver team.
8788
89+
Feel free to comment the issues that you raise back in this issue. Thank you.
90+
action: close
91+
- name: G-safaridriver
92+
labeled:
93+
issue:
94+
body: |
95+
Hi, @{{ issue.user.login }}.
96+
This issue has been determined to require fixes in [SafariDriver](https://developer.apple.com/documentation/webkit/about_webdriver_for_safari).
97+
98+
You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests).
99+
100+
If it is something new, please [create an Issue](https://developer.apple.com/bug-reporting/) with the Safari team.
101+
88102
Feel free to comment the issues that you raise back in this issue. Thank you.
89103
action: close
90104
- name: I-issue-template

0 commit comments

Comments
 (0)