You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
automatically provide links and close issues that depend on fixes in … (#10027)
* automatically provide links and close issues that depend on fixes in other projects.
* Apply suggestions from code review
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
* add note to maintainers about new issue labels
* Update .github/label-commenter-config.yml
[skip ci]
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
[skip ci]
Copy file name to clipboardExpand all lines: .github/label-commenter-config.yml
+44-1Lines changed: 44 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,11 @@ labels:
23
23
<p>
24
24
If the issue is valid but there is no time to troubleshoot it, consider adding the <code>help wanted</code> label.
25
25
</p>
26
+
<p>
27
+
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, W3C),
28
+
add the applicable <code>G-*</code> label, and it will provide the correct link and auto-close the
29
+
issue.
30
+
</p>
26
31
<p>
27
32
After troubleshooting the issue, please add the <code>R-awaiting answer</code> label.
28
33
</p>
@@ -31,6 +36,44 @@ labels:
31
36
</p>
32
37
</div>
33
38
</details>
39
+
- name: G-w3c
40
+
labeled:
41
+
issue:
42
+
body: |
43
+
Hi, @{{ issue.user.login }}.
44
+
This issue has been determined to require a change to the
45
+
[WebDriver W3C Specification](https://w3c.github.io/webdriver/) for Selenium to be able to support it.
46
+
47
+
Please [create an issue](https://github.com/w3c/webdriver/issues/new) with the WebDriver project.
48
+
49
+
Feel free to comment the issues that you raise back in this issue. Thank you.
50
+
action: close
51
+
- name: G-chromedriver
52
+
labeled:
53
+
issue:
54
+
body: |
55
+
Hi, @{{ issue.user.login }}.
56
+
This issue has been determined to require fixes in [ChromeDriver](https://chromedriver.chromium.org/home).
57
+
58
+
You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests).
59
+
60
+
If it is something new, please [create an issue](https://bugs.chromium.org/p/chromedriver/issues/list) with the ChromeDriver team.
61
+
Feel free to comment the issues that you raise back in this issue. Thank you.
62
+
63
+
action: close
64
+
- name: G-geckodriver
65
+
labeled:
66
+
issue:
67
+
body: |
68
+
Hi, @{{ issue.user.login }}.
69
+
This issue has been determined to require fixes in [GeckoDriver](https://firefox-source-docs.mozilla.org/testing/geckodriver/).
70
+
71
+
You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests).
72
+
73
+
If it is something new, please [Create an Issue](https://github.com/mozilla/geckodriver/issues/new) with the GeckoDriver team.
74
+
75
+
Feel free to comment the issues that you raise back in this issue. Thank you.
76
+
action: close
34
77
- name: I-issue-template
35
78
labeled:
36
79
issue:
@@ -40,7 +83,7 @@ labels:
40
83
41
84
Either a complete code snippet (if more than one file is needed, provide a GitHub repo and instructions to run the code), the specific versions used, or a more detailed description to help us understand the issue.
42
85
43
-
Reply to this issuee when all information is provided, thank you.
86
+
Reply to this issue when all information is provided, thank you.
0 commit comments