Skip to content

Commit c5ff607

Browse files
committed
Adding config for G-msedgedriver label
[skip ci]
1 parent a22e157 commit c5ff607

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

‎.github/label-commenter-config.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ labels:
2424
If the issue is valid but there is no time to troubleshoot it, consider adding the <code>help wanted</code> label.
2525
</p>
2626
<p>
27-
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, W3C),
27+
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
2828
add the applicable <code>G-*</code> label, and it will provide the correct link and auto-close the
2929
issue.
3030
</p>
@@ -72,6 +72,19 @@ labels:
7272
7373
If it is something new, please [Create an Issue](https://github.com/mozilla/geckodriver/issues/new) with the GeckoDriver team.
7474
75+
Feel free to comment the issues that you raise back in this issue. Thank you.
76+
action: close
77+
- name: G-msedgedriver
78+
labeled:
79+
issue:
80+
body: |
81+
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/).
83+
84+
You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests).
85+
86+
If it is something new, please [Create an Issue](https://github.com/MicrosoftEdge/EdgeWebDriver/issues/new) with the MSEdgeDriver team.
87+
7588
Feel free to comment the issues that you raise back in this issue. Thank you.
7689
action: close
7790
- name: I-issue-template

0 commit comments

Comments
 (0)