Skip to content

Commit

Permalink
Adding config for SafariDriver in label commenter
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Jun 8, 2022
1 parent 247abe7 commit a84d600
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/label-commenter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,26 @@ labels:
issue:
body: |
Hi, @{{ issue.user.login }}.
This issue has been determined to require fixes in [MSEdgeDriver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/).
This issue has been determined to require fixes in [MSEdgeDriver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/)
or in the IE Mode in Edge.
You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests).
If it is something new, please [create an Issue](https://github.com/MicrosoftEdge/EdgeWebDriver/issues/new) with the MSEdgeDriver team.
Feel free to comment the issues that you raise back in this issue. Thank you.
action: close
- name: G-safaridriver
labeled:
issue:
body: |
Hi, @{{ issue.user.login }}.
This issue has been determined to require fixes in [SafariDriver](https://developer.apple.com/documentation/webkit/about_webdriver_for_safari).
You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests).
If it is something new, please [create an Issue](https://developer.apple.com/bug-reporting/) with the Safari team.
Feel free to comment the issues that you raise back in this issue. Thank you.
action: close
- name: I-issue-template
Expand Down

0 comments on commit a84d600

Please sign in to comment.